makeEllipses: makeEllipses

View source: R/makeDataEllipse.R

makeEllipsesR Documentation

makeEllipses

Description

Wrapper around makeDataEllipse to automatically call the correct columns. Assumes columns are arranged as x,y,value.

Usage

makeEllipses(rast1, rast2, prop_points = 0.5, n = 1000, crsString = FALSE)

Arguments

rast1

First input rasterLayer

rast2

Second input rasterLayer

prop_points

what proportion of the subsampled cells should be included in the ellipses

n

number of sampling replications

crsString

string of crs coordinates, should match raster projections.

Value

A list of ellipse objects for rast1 and rast2 respectively


cjcampbell/SDMetrics documentation built on Oct. 2, 2022, 10:14 a.m.