Generates maps of LTER sites in a given input
object.
Sizes of site markers correspond to the number of studies at a given site.
Arguments
- input
An object created by either
pplr_browse()
orpplr_get_data()
- return_plot
logical; if
TRUE
function returns theggplot
object for subsequent modification. IfFALSE
, function returns an invisible copy of theinput
object (useful for piping). Default isFALSE
.
Examples
if (FALSE) {
library(dplyr) # make %>% available
browse_object <- pplr_browse(proj_metadata_key == 11)
browse_object %>%
pplr_maps()
}