R aes()

1 개요[ | ]

R aes()
  • "Construct Aesthetic Mappings"
aes(mpg, wt)
## Aesthetic mapping: 
## * `x` -> `mpg`
## * `y` -> `wt`

2 같이 보기[ | ]

3 참고[ | ]

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