R tabulate()

1 개요[ | ]

R tabulate()
tabulate(c(2,3,5))
tabulate(c(2,3,3,5), nbins=10)
tabulate(c(-2,0,2,3,3,5))
tabulate(c(-2,0,2,3,3,5), nbins=3)
tabulate(factor(letters[1:10]))

2 같이 보기[ | ]

3 참고[ | ]

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