downLogIZs {sampSurf}R Documentation

Generate Objects of Class "downLogIZs"

Description

This generic function has one method based on the signature formal argument object. It is used as a constructor function for objects that are of class "downLogIZs". The associated method should be used in preference to new to insure a valid object.

Usage

downLogIZs(object, ...)

Arguments

object

Signature formal argument.

...

Formal arguments that are different for each method, see those for details.

Details

The methods that can be used to generate objects of class “downLogIZs” are detailed here: downLogIZs-methods.

Value

A valid object of class "downLogIZs."

Author(s)

Jeffrey H. Gove

References

The InclusionZone Class” vignette.

See Also

For subclasses of downLogIZ, see: standUpIZ, chainSawIZ, sausageIZ, pointRelascopeIZ, perpendicularDistanceIZ, omnibusPDSIZ, distanceLimitedPDSIZ, omnibusDLPDSIZ, and distanceLimitedIZ. distanceLimitedMCIZ.

Examples

dls = downLogs(4, units='English', logLens=c(10,30))
dls.su = lapply(dls@logs, 'standUpIZ', plotRadius=5)
izs.su = downLogIZs(dls.su)
bbox(izs.su)
plot(izs.su, axes=TRUE)

[Package sampSurf version 0.7-5 Index]