Description Usage Arguments Details Value Author(s) See Also Examples
This generic function has only one method used as a
constructor function for objects that are of class
"distanceLimited
". This method should be used in
preference to new
to insure a valid object.
1 | distanceLimited(distanceLimit, ...)
|
distanceLimit |
Simply the distance limit in feet or meters,
depending upon the |
... |
Arguments that are defined in |
Only one method currently exists for object generation. Its arguments
are documented in distanceLimited-methods
.
A valid object of class "distanceLimited
"
Jeffrey H. Gove
distanceLimited-methods
and the "ArealSampling
" class.
1 2 3 4 | #
# this will produce a distance limit of 4 feet...
#
(dlsEng = distanceLimited(4, units="English"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.