sage_cover | R Documentation |
calculates sage cover percent.
sage_cover(x, by = "line")
x |
type list produced by |
by |
if type is |
a tibble of sage cover percentages.
library(AIMtools) # Make sure you are connected to AGOL Online library(arcgisbinding) arc.check_product() # Load data from AGOL online agol_data<-load_data() sage_cover(agol_data, by="line")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.