auc_raster: Given a Raster* object and point locations compute the AUC

View source: R/auc.R

auc_rasterR Documentation

Given a Raster* object and point locations compute the AUC

Description

Given a Raster* object and point locations compute the AUC

Usage

auc_raster(R, xy, ...)

Arguments

R

a Raster* layer object

xy

either a data.frame or matrix of coordinates (lon, lat) if r has multiple layers then xy should also have column 'layer'

...

further arguments for auc_vector

Value

a list of

  • fpa, a vector of fractional predicted area

  • sensitive,a vector of sensitivity (1-omission rate)

  • area, scalar AUC value

See Also

auc_vector


BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.