"R ?"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
3번째 줄: 3번째 줄:
* 명령어에 대한 도움말을 보여주는 R 명령어
* 명령어에 대한 도움말을 보여주는 R 명령어


<source lang='r'>
<syntaxhighlight lang='r'>
## ? mean
## ? mean
## mean                  package:base                    R Documentation
## mean                  package:base                    R Documentation
16번째 줄: 16번째 줄:
##      xm <- mean(x)
##      xm <- mean(x)
##      c(xm, mean(x, trim = 0.10))
##      c(xm, mean(x, trim = 0.10))
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 4월 10일 (토) 01:00 기준 최신판

1 개요[ | ]

R ?
  • 명령어에 대한 도움말을 보여주는 R 명령어
## ? mean
## mean                   package:base                    R Documentation
## 
## _�A_�r_�i_�t_�h_�m_�e_�t_�i_�c _�M_�e_�a_�n
## 
## _�D_�e_�s_�c_�r_�i_�p_�t_�i_�o_�n:
## 
##      Generic function for the (trimmed) arithmetic mean.
## ...
##      x <- c(0:10, 50)
##      xm <- mean(x)
##      c(xm, mean(x, trim = 0.10))

2 같이 보기[ | ]

3 참고[ | ]

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