myFrame

open

카테고리 없음2018. 1. 22. 18:51

https://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&cad=rja&uact=8&ved=0ahUKEwjqzfDypevYAhUCWLwKHTq_C0sQFghEMAg&url=https%3A%2F%2Fgist.github.com%2Feloo%2Fa06d7c70ff2a841b7bb98cd322b851b9&usg=AOvVaw3BgiD1Y-2DQrBJ6IumH0v6


install.packages('ggplot2') 


library(ggplot2)

gg <- ggplot(diamonds, aes(x=carat, y=price)) 

gg + geom_point()

memory file system

https://unix.stackexchange.com/a/121135


numa

https://stackoverflow.com/a/31741933

https://www.systutorials.com/docs/linux/man/8-numactl/