pred_cover: plot predicted cover

Description Usage Arguments Value

View source: R/utils.R

Description

Predicts cover extent within a polygon and returns the results as a raster plot

Usage

1
2
3
4
5
6
7
8
pred_cover(
  polys,
  in_path = NULL,
  out_path = NULL,
  rgb_path = NULL,
  cir_path = NULL,
  buff = sf_buff
)

Arguments

in_path

is a character string indicating the path to a directory to rasters

out_path

is a character string indicating the path to the output directory

rgb_path

is the path to 3-band rgb data

cir_path

is the path to 3-band cir data

buff

is the 50-ft riparian buffer polygon for 'poly'

poly

is a spatial polygons object (taxlot or sampling box)

Value

a raster plot of predicted cover masked by 'poly'


crumplecup/riparian documentation built on April 14, 2021, 1:43 p.m.