diff --git a/R/ggR.R b/R/ggR.R index 0297def..7a9942f 100644 --- a/R/ggR.R +++ b/R/ggR.R @@ -195,12 +195,3 @@ ggR <- function(img, layer = 1, maxpixels = 500000, alpha = 1, hue = 1, sat = 0 } } - -test <- function(){ - devtools::load_all() - ggR(lsat, 1:6, geom_raster=TRUE, stretch = "lin") + - scale_fill_gradientn(colors=grey.colors(100), guide = FALSE) + - theme(axis.text = element_text(size=5), - axis.text.y = element_text(angle=90), - axis.title=element_blank()) -}