
INTRO 1. scatter plot : 산점도 그래프, 산점도 행렬 2. histogram : 히스토그램, 막대그래프(bar chart) 3. box plot : 상자그림 1. scatter plot scatter plot x, y 변수 값을 평면에 점을 찍어 한눈에 볼 수 있도록 표현 test_plot_scatter.R ## scatter plot height = sample(x=150:180, size=20) weight = sample(x=50:90, size=20) plot(height, weight) 출력결과 scatter plot:matrix 다변수에 대해 상호간 산점도를 한눈에 볼 수 있도록 확장된 산점도 행렬 "main=" : 최상단 제목 "pch=" : 점 모양 "bg=" : 점 색상..
R
2022. 3. 29. 13:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 라즈베리파이
- template
- Raspberry Pi
- 확진
- 코로나
- r
- Regression
- analysis
- Model
- COVID-19
- raspberrypi
- SSH
- git
- Templates
- Django
- DS18B20
- sublime text
- 코로나19
- Python
- CSV
- github
- Pandas
- DAQ
- pyserial
- vscode
- 자가격리
- arduino
- server
- ERP
- MacOS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함