Al intentar modificar la configuración del tema, este código simple da el siguiente error: library(ggplot2) theme_nogrid <- theme_set(theme_update( plot.margin=unit(c(.25, .25, .25, .25), "in"),)) Error in do.call(theme, list(...)) : could not find function "unit" Rme da este error para...