pred_cover1: plot predicted cover prime

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_cover1(
  poly,
  in_dir = NULL,
  out_dir = NULL,
  rgb_dir = NULL,
  cir_dir = NULL,
  buffer = sf_buff
)

Arguments

poly

is a spatial polygons object (taxlot or sampling box)

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'

Value

a raster plot of predicted cover masked by 'poly'


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