ggplot2 패키지


geom_line(linetype="blank/solid/dashed/dotted/dotdash/longdash/twodash", size=1)


color, fill 함수

1. 그래프 기반으로 geom 함수에 적용하여 색상 나타내기

2. 데이터를 기반으로 aes함수에 적용하여 색상 나타내기

'programing > R studio' 카테고리의 다른 글

reshape2 - melt()  (0) 2018.05.07
%in% 과 match(), slice()  (0) 2018.05.07
group_by() %>% summarise()  (0) 2018.05.07
ave() - 아직 정확히 모르겠음  (0) 2018.05.04
%in% 와 match(), merge()  (0) 2018.05.04

+ Recent posts