Learn R Programming

adegraphics (version 1.0-4)

C1.hist-class: Class C1.hist

Description

A class for the creation and display of a numeric score using a histogram.

Arguments

Objects from the Class

C1.hist objects can be created by calls of the form new("C1.hist", ...). The regular usage in this package is to use the s1d.hist function.

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • nclass: an integer for the number of desired intervals, ignored if breaks is not missing.
  • type: a value among count, density, percent to indicate the unit of the cell height.
  • right: a logical indicating if the histogram cells are right-closed (left open) intervals.
  • stats
  • breaks: the cell boundaries.
  • s.misc
  • Call

code

call

itemize

  • heights: the cell height.

Extends

Class ADEg.C1, directly. Class ADEg, by class ADEg.C1, distance 2. Class ADEgORtrellis, by class ADEg.C1, distance 3. Class ADEgORADEgSORtrellis, by class ADEg.C1, distance 3.

See Also

ADEg ADEg.C1 s1d.hist

Examples

Run this code
showClass("C1.hist")

Run the code above in your browser using DataLab