Description Details Value Author(s) See Also Examples
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.
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.
The same as is returned in the graphics::hist
generic.
Jeffrey H. Gove
See methods and graphics::hist
for details.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.