12_jupyter notebook(R) (1)시각화(꺽은선그래프,선그래프,막대그래프)
R Abline Function Draw Line -- EndMemo
R Draw Lines abline() function adds a line to plot. It's expression is: abline(a = NULL, b = NULL, h = NULL, v = NULL, reg = NULL, coef = NULL, untf = FALSE, ...) lines(x, y = NULL, type = "l", ...) a,b: intercept and slope h: for horizontal line v: for ve
www.endmemo.com
www.endmemo.com/r/pchsymbols.php
R Plot PCH Symbols -- EndMemo
Values pch=26:32 are currently unused, and pch=32:255 give the text symbol in a single-byte locale. In a multi-byte locale such as UTF-8, numeric values of pch greater than or equal to 32 specify a Unicode code point. If pch is an integer or character NA o
www.endmemo.com
'R' 카테고리의 다른 글
14_R(jupyter notebook) (3)시각화 3D pie chart (0) | 2021.02.02 |
---|---|
13_R(jupyter notebook) (2)시각화(막대그래프,점차트,히스토그램,파이차트,3Dpie chart) (0) | 2021.02.01 |
11_R(jupyter notebook) 몬테카를로 시뮬레이션 (0) | 2021.01.29 |
10_R(jupyter notebook) 서울시교통사고조사 - 변동계수(aggregate,orderBy활용) (0) | 2021.01.29 |
09_R(jupyter notebook) 데이터정제,막대그래프,데이터처리(orderBy,sampling,subset,aggregate) (0) | 2021.01.28 |