hist: Histogram of Various Object Attributes in Package 'sampSurf'

Description Details Value Author(s) See Also Examples

Description

Several different classes have methods for generating histograms of one or more of their class attributes. The different methods are described in hist-methods. They all extend R's graphics::hist generic, and so allow all of the arguments that it does. In addition, some of the methods have other new arguments as well.

Details

The different attributes of each class that are plotted are described in hist-methods. Not all classes have a hist method, so it is also advisable to check which ones do, and what extra arguments might be available. For example, one can render a distribution of any number of different components of downLog attributes in a downLogs container collection.

Value

The same as is returned in the graphics::hist generic.

Author(s)

Jeffrey H. Gove

See Also

See methods and graphics::hist for details.

Examples

1
2
dlogs = downLogs(20)
hist(dlogs, logAttr='logVol')

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