Learn R Programming

sampSurf (version 0.7-6)

perpendicularDistance: Generate Objects of Class "'>perpendicularDistance"

Description

This generic function has only one method used as a constructor function for objects that are of class "'>perpendicularDistance". This method should be used in preference to new to insure a valid object.

Usage

perpendicularDistance(kpds, ...)

Arguments

kpds

This is the signature argument: the Kpds factor in the appropriate units.

Arguments that are defined in perpendicularDistance-methods

Value

A valid object of class "'>perpendicularDistance"

Details

Only one method currently exists for object generation. Its arguments are documented in perpendicularDistance-methods.

See Also

perpendicularDistance-methods and the "'>ArealSampling" class.

Examples

Run this code
# NOT RUN {
#
# this will have a volume factor of 5445 cubic feet...
#
(pdsEng = perpendicularDistance(4, units="English"))
# }

Run the code above in your browser using DataLab