Description Usage Arguments Details Value Author(s) See Also Examples
This is the generic function for class
“horizontalLineIZ”. Please see the associated method in
horizontalLineIZ-methods
for more details.
1 | horizontalLineIZ(standingTree, angleGauge, lineLength, ...)
|
standingTree |
Signature object of class
" |
angleGauge |
Signature object of class
" |
lineLength |
The length of the line segment in the appropriate units (feet for “English”, meters for “metric”). |
... |
See methods. |
Since only one method exists for this generic, its signature
arguments coincide with the above. Please see
horizontalLineIZ-methods
for more details.
A valid object of class "horizontalLineIZ
."
Jeffrey H. Gove
Class "horizontalLineIZ
", and horizontalLineIZ-methods
.
1 2 3 4 5 | st = standingTree(dbh=25, solidType=2.5, height=15) #metric
ag = angleGauge(baf=4) #metric
hls.iz = horizontalLineIZ(st, angleGauge=ag, lineLength=50, orientation=345)
summary(hls.iz)
plot(hls.iz, axes=TRUE, cex=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.