R: Menggunakan library CRAN

From OnnoWiki
Revision as of 05:31, 28 October 2018 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Menggunakan library, contoh (txtplot)

install.packages('txtplot')
library('txtplot')
# menggunakan datasets yang ada di txtplot
txtplot(cars[,1], cars[,2], xlab = "speed", ylab = "distance")


Pranala Menarik