R plot() 점 문자 지정하기

1 개요[ | ]

R plot() 점 문자 지정하기
plot(x = iris$Sepal.Length, y = iris$Sepal.Width)
plot(x = iris$Sepal.Length, y = iris$Sepal.Width, pch = c(16, 17, 18) )

2 같이 보기[ | ]

3 참고[ | ]

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