sage_cover: calculates sage cover percent.

View source: R/sage_calcs.R

sage_coverR Documentation

calculates sage cover percent.

Description

calculates sage cover percent.

Usage

sage_cover(x, by = "line")

Arguments

x

type list produced by read_dima().

by

if type is "detailed" this can be either "plot" or "line". Default is "line"

Value

a tibble of sage cover percentages.

Examples

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")

mschmidty/AIMtools documentation built on Sept. 29, 2022, 7:40 p.m.