小编GaB*_*lya的帖子

安装ggp​​lot"package'ggplot'不可用"和"下标超出界限"错误

$ R
R version 2.12.2 (2011-02-25)
Platform: i486-pc-linux-gnu (32-bit)

> install.packages("ggplot")
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘ggplot’ is not available

> install.packages("ggplot", dep="T")
Error in apply(available[p1, dependencies, drop = FALSE], 1L, function(x) paste(x[!is.na(x)],  : 
  subscript out of bounds
In addition: Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘ggplot’ is not available

> install.packages("ggplot", dep="T", type="source")
Error in apply(available[p1, dependencies, drop = FALSE], 1L, function(x) paste(x[!is.na(x)],  : 
  subscript out of bounds
In addition: Warning message: …
Run Code Online (Sandbox Code Playgroud)

r ggplot2

8
推荐指数
1
解决办法
3万
查看次数

安装ggp​​lot"下标越界"错误

$ R
R version 2.12.2 (2011-02-25)
Platform: i486-pc-linux-gnu (32-bit)

> install.packages("ggplot2", dep="T")
Error in apply(available[p1, dependencies, drop = FALSE], 1L, function(x)  paste(x[!is.na(x)],  : 
  subscript out of bounds
Run Code Online (Sandbox Code Playgroud)

我该怎么做才能安装ggp​​lot2?

r ggplot2

4
推荐指数
1
解决办法
5637
查看次数

标签 统计

ggplot2 ×2

r ×2