如何安裝和執行 ggplot2
要為你的 R 安裝安裝和載入當前穩定版本的 ggplot2
,請使用:
# install from CRAN
install.packages("ggplot2")
從 github 使用安裝開發版本
# install.packages("devtools")
devtools::install_github("hadley/ggplot2")
載入到當前的 R 會話中,並舉例說明。
要為你的 R 安裝安裝和載入當前穩定版本的 ggplot2
,請使用:
# install from CRAN
install.packages("ggplot2")
從 github 使用安裝開發版本
# install.packages("devtools")
devtools::install_github("hadley/ggplot2")
載入到當前的 R 會話中,並舉例說明。