r:basics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| r:basics [2019/09/25 10:24] – hkimscil | r:basics [2019/09/25 10:32] (current) – [Performing Vector Arithmetic] hkimscil | ||
|---|---|---|---|
| Line 288: | Line 288: | ||
| </ | </ | ||
| + | sequence ('' | ||
| + | < | ||
| + | x <- seq(-4, 4, length=10000) | ||
| + | y <- dnorm(x, mean=0, sd=1) | ||
| + | plot(x, y, type=" | ||
| + | |||
| + | </ | ||
| ====== Comparing Vectors ====== | ====== Comparing Vectors ====== | ||
| < | < | ||
| Line 419: | Line 426: | ||
| ====== Performing Vector Arithmetic ====== | ====== Performing Vector Arithmetic ====== | ||
| + | see [[:social network analysis]] | ||
| + | |||
| < | < | ||
| > w <- c(1, | > w <- c(1, | ||
| Line 480: | Line 489: | ||
| | <- << | | <- << | ||
| | ? | Help | Recipe 1.7 | | | ? | Help | Recipe 1.7 | | ||
| - | |||
| < | < | ||
r/basics.1569374666.txt.gz · Last modified: by hkimscil
