Skip to content

Commit

Permalink
removed testmethod from gg.R
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiDE committed Jan 23, 2024
1 parent 04a7ee1 commit 9c6364f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions R/ggR.R
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

0 comments on commit 9c6364f

Please sign in to comment.