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

(새 문서: ==개요== ;R nrow() <source lang='r'> nrow(BOD) #[1] 6 </source> ==같이 보기== * R ncol() ==참고== * https://www.rdocumentation.org/packages/base/versions/3.5.3/topics/n...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(다른 사용자 한 명의 중간 판 11개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;R nrow()
;R nrow()


<source lang='r'>
<syntaxhighlight lang='r' run>
nrow(iris)
</syntaxhighlight>
<syntaxhighlight lang='r' run>
dim(BOD)
nrow(BOD)
nrow(BOD)
#[1] 6
</syntaxhighlight>
</source>


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[R ncol()]]
* [[R ncol()]]
* [[R dim()]]
* [[R nchar()]]
* [[R length()]]
* [[R 행수 확인]]
* [[R 행수, 컬럼수 확인]]
}}


==참고==
==참고==
* https://www.rdocumentation.org/packages/base/versions/3.5.3/topics/nrow
* https://www.rdocumentation.org/packages/base/versions/3.5.3/topics/nrow


[[분류: R]]
[[분류: R base]]
[[분류: R base]]

2021년 10월 3일 (일) 02:33 기준 최신판

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