lhs.iso.overlap: Compute isopleth overlap

Description Usage Arguments Details Value See Also

View source: R/lhs.iso.overlap.R

Description

Computes the area of isopleth overlap

Usage

1
2
3
lhs.iso.overlap(lhs, id = NULL, k = NULL, r = NULL, a = NULL,
  s = NULL, hs.names = NULL, iso.level = NULL, hsnames_simplify = TRUE,
  status = TRUE)

Arguments

lhs

A LoCoH-hullset object

id

The id(s) of the hullsets to compare

k

The k value of hullsets to compare

r

The r value of hullsets to compare

a

The a value of hullsets to compare

s

The s value of hullsets to compare

hs.names

The name(s) of saved hullsets to compare

iso.level

A numeric vector of the isopleth level(s) of interest

hsnames_simplify

If True, will simplify the hullset names to just the IDs for the row and column names of the overlap matrices (see Return)

status

Show messages. T/F

Details

This function computes the area intersection of isopleths among different hullsets. This might be done, for example, if the hullsets belong to different individuals, and you want to see which individuals share space. All pairs of hullsets in lhs will be compared, and all isopleth levels will be compared.

Value

A list object with three named elements. The spdf contains a SpatialPolygonsDataFrame, with a data table that saves the areas of intersection expressed in map units and proportions of the isopleth area for each hullset. overlap_area contains a square matrix whose values are the area of intersection in map units. overlap_area contains a square matrix whose values are the areas of intersection expressed as proportions of the each the two isopleths.

See Also

isopleths


tlocoh.dev documentation built on May 2, 2019, 5:20 p.m.