View source: R/makeDataEllipse.R
makeEllipses | R Documentation |
Wrapper around makeDataEllipse to automatically call the correct columns. Assumes columns are arranged as x,y,value.
makeEllipses(rast1, rast2, prop_points = 0.5, n = 1000, crsString = FALSE)
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. |
A list of ellipse objects for rast1 and rast2 respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.