"R diff()"의 두 판 사이의 차이

 
21번째 줄: 21번째 줄:


[[분류: R base]]
[[분류: R base]]
[[분류: 계차]]

2022년 10월 30일 (일) 16:25 기준 최신판

1 개요[ | ]

R diff()
  • "Lagged Differences"
x <- c(1,2,4,7,0)
diff( x )

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}