downLog: Generate Objects of Class "'downLog'"

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This generic function has methods based on the signature formal argument object. It is used as a constructor function for objects that are of class "downLog". There are two methods that should be used in preference to new to insure a valid object.

Usage

1
downLog(object, ...)

Arguments

object

This is the signature formal argument, see the methods for more details.

...

Formal arguments that are different for each method, see those for details.

Details

downLog is defined completely with respect to the signature of its methods downLog-methods. Methods are available for data.frame, and missing signatures. Other methods can obviously be added for other signatures as necessary.

Value

A valid object of class "downLog."

Author(s)

Jeffrey H. Gove

References

“The Stem Class” vignette in this package.

See Also

downLog-methods

Examples

1
2
3
#create a downLog object and show it
dl = downLog(buttDiam=20, solidType=2.1, logAngle=pi/3)
summary(dl)

sampSurf documentation built on March 5, 2021, 5:06 p.m.