lhs.iso.rast {tlocoh.dev} | R Documentation |
Adds rasterized version of isopleth(s) to a LoCoH-hullset object
lhs.iso.rast(lhs, id = NULL, k = NULL, r = NULL, a = NULL, s = NULL, hs.names = NULL, sort.metric = NULL, iso.method = "pt.quantiles", raster = NULL, dimSize = 100, cell.size = NULL, sf.cell.size = 2, ll.round = TRUE, status = TRUE)
lhs |
A LoCoH-hullset object |
id |
The id(s) of the hullsets to create isopleths for |
k |
The k value of hullsets to create isopleths for |
r |
The r value of hullsets to create isopleths for |
a |
The a value of hullsets to create isopleths for |
s |
The s value of hullsets to create isopleths for |
hs.names |
The name(s) of saved hullsets to create isopleths for |
sort.metric |
The name(s) of hull metric(s) used to form isopleths that rasters should be created for |
iso.method |
The method(s) used to define isopleths that will be converted to raster |
raster |
A RasterLayer object that will be used to set the extent and cell size of the rasterized isopleth |
dimSize |
The number of cells along the largest dimension of the track. The according raster will be calculated internally. Default is 100. Ignored if |
cell.size |
The size of each square cell in map units. Ignored if |
sf.cell.size |
The number of significant figures to use if the cell size has be computed based on |
ll.round |
Whether to round the lower left coordinate to the lowest multiple of |
status |
Show status messages. T/F |
This will take exising isopleths and create raster versions of them.
A LoCoH-hullset object
## Not run: lhs <- lhs.iso.add(lhs) lhs <- lhs.iso.rast(lhs) ## End(Not run)