Learn R Programming

sampSurf (version 0.7-6)

omnibusDLPDSIZ: Generate Objects of Class "'>omnibusDLPDSIZ"

Description

This is the generic definition for generating objects of class "omnibusDLPDSIZ." There is only one constructor method corresponding to this generic: omnibusDLPDSIZ-methods.

Usage

omnibusDLPDSIZ(downLog, pds, dls, ...)

Arguments

downLog

Signature object of class "'>downLog".

pds

Signature object of class "'>perpendicularDistance" containing the pertinent perpendicular distance sampling information.

dls

Signature object of class "dlsNumeric" which will accept either an object of class "'>distanceLimited" containing the pertinent distance limited sampling information or a "numeric" object specifying the distance limit.

See methods.

Value

A valid object of class "'>omnibusDLPDSIZ."

Details

Since only one method exists for this generic, its signature arguments coincide with the above definitions. Please see omnibusDLPDSIZ-methods for more details.

References

"The InclusionZone Class" vignette.

See Also

Class "'>omnibusDLPDSIZ", and omnibusDLPDSIZ-methods.

Examples

Run this code
# NOT RUN {
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
pdsEng = perpendicularDistance(kpds=6, units='English')
dlsEng = distanceLimited(2, units='English')
iz.odlpds = omnibusDLPDSIZ(dl, pds=pdsEng, dls=dlsEng)
iz.odlpds
# }

Run the code above in your browser using DataLab