Learn R Programming

sampSurf (version 0.7-6)

distanceLimitedIZ: Generate Objects of Class "'>distanceLimitedIZ"

Description

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

Usage

distanceLimitedIZ(downLog, dls, ...)

Arguments

downLog

Signature object of class "'>downLog".

dls

Signature object of class "'>distanceLimited" containing the pertinent distance limit.

See methods.

Value

A valid object of class "'>distanceLimitedIZ."

Details

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

References

Notes in vignette form are available from the author.

See Also

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

Examples

Run this code
# NOT RUN {
#
# generate a simple inclusion zone object with distance limit
# of 6 feet...
#
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
dlsEng = distanceLimited(6, units='English')
iz.dls = distanceLimitedIZ(dl, dls=dlsEng)
iz.dls
# }

Run the code above in your browser using DataLab