User Tools

Site Tools


r:basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r:basics [2019/09/25 10:27] – [Sequence] hkimscilr:basics [2019/09/25 10:32] (current) – [Performing Vector Arithmetic] hkimscil
Line 288: Line 288:
 </code> </code>
  
-sequence (<code>seq</code>) 는 x축의 구성을 임의적으로 만들 때 유용. 예를 들면, normal distribution graph 등.+sequence (''seq'') 는 x축의 구성을 임의적으로 만들 때 유용. 예를 들면, normal distribution graph 등.
 <code> <code>
 x <- seq(-4, 4, length=10000) x <- seq(-4, 4, length=10000)
Line 426: Line 426:
  
 ====== Performing Vector Arithmetic ====== ====== Performing Vector Arithmetic ======
 +see [[:social network analysis]]
 +
 <code>> v <- c(11,12,13,14,15) <code>> v <- c(11,12,13,14,15)
 > w <- c(1,2,3,4,5) > w <- c(1,2,3,4,5)
Line 487: Line 489:
 | <- << | Assignment (right to left)  | Recipe 2.2  | | <- << | Assignment (right to left)  | Recipe 2.2  |
 | ?   | Help  | Recipe 1.7  | | ?   | Help  | Recipe 1.7  |
- 
  
 <code>%% <code>%%
r/basics.1569374865.txt.gz · Last modified: 2019/09/25 10:27 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki