
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=" : 점 색상..

INTRO 1. 반복문 : iterational code block 2. 조건문 : conditional code block 3. 사용자 정의 함수 : costomized function 1. 반복문 for for (i in range) { print(i) } while x = 1 while ( x= 50) over50[i] = 1 else over50[i] = 0 } print(rand_a) print(over50) cat("count for results : ",sum(over50),"\n") 출력결과 > source("~/Rcoding/test_conditional_code_block.R", echo=TRUE) > rm(list = ls()) > # setwd("/Users/[YourMacID]/R..
- Total
- Today
- Yesterday
- 확진
- Python
- 라즈베리파이
- sublime text
- git
- CSV
- 자가격리
- 코로나
- github
- Regression
- Pandas
- COVID-19
- pyserial
- Django
- Raspberry Pi
- SSH
- ERP
- Templates
- raspberrypi
- analysis
- 코로나19
- DS18B20
- template
- r
- Model
- arduino
- DAQ
- server
- MacOS
- vscode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |