Description Usage Arguments Value Examples
Generates maps of LTER sites in a given input object.
Sizes of site markers correspond to the number of studies at a given site.
1  | 
input | 
 An object created by either   | 
return_plot | 
 logical; if   | 
The input object (invisibly) or a ggplot2 object.
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
library(dplyr) # make %>% available
browse_object <- pplr_browse(proj_metadata_key == 11)
browse_object %>%
  pplr_maps() 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.