Preguntas etiquetadas con r

87
Rails bundle instalar solo producción

Todavía soy nuevo en rails / ruby ​​/ bundler y estoy un poco confundido. En nuestro config/application.rbarchivo hay este segmento de paquete: if defined?(Bundler) # If you precompile assets before deploying to production, use this line Bundler.require(*Rails.groups(:assets =>...

87
Cómo mostrar solo valores enteros en un eje usando ggplot2

Tengo la siguiente trama: library(reshape) library(ggplot2) library(gridExtra) require(ggplot2) data2<-structure(list(IR = structure(c(4L, 3L, 2L, 1L, 4L, 3L, 2L, 1L ), .Label = c("0.13-0.16", "0.17-0.23", "0.24-0.27", "0.28-1" ), class = "factor"), variable = structure(c(1L, 1L, 1L, 1L,...