From 9c6364fdab4964539e0ecf36f7a9cb647573b994 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 23 Jan 2024 07:56:03 +0100 Subject: [PATCH] removed testmethod from gg.R --- R/ggR.R | 9 --------- 1 file changed, 9 deletions(-) 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()) -}