Description Usage Arguments Details Value Author(s) References See Also Examples
This is the generic definition for generating objects of
class "hybridDLPDSIZ." There is only one constructor method
corresponding to this generic: hybridDLPDSIZ-methods
.
1 | hybridDLPDSIZ(downLog, pds, dls, ...)
|
downLog |
Signature object of class " |
pds |
Signature object of class " |
dls |
Signature object of class "dlsNumeric" which will accept
either an object of class " |
... |
See methods. |
Since only one method exists for this generic, its signature
arguments coincide with the above definitions. Please see
hybridDLPDSIZ-methods
for more details.
A valid object of class "hybridDLPDSIZ
."
Jeffrey H. Gove
"The InclusionZone Class" vignette.
Class "hybridDLPDSIZ
", and
hybridDLPDSIZ-methods
.
1 2 3 4 5 | 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.hdlpds = hybridDLPDSIZ(dl, pds=pdsEng, dls=dlsEng)
iz.hdlpds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.