Learn R Programming

adegraphics (version 1.0-3)

ADEg.C1-class: Class ADEg.C1

Description

An object of ADEg.C1 class represents unidimensional data into two dimensions. The ADEg.C1 class is a virtual class, i.e. a class which is not possible to create objects but which have heirs. This class inherits from ADEg class and has three son classes : C1.barchart, C1.curve, C1.density, C1.dotplot, C1.gauss, C1.hist, C1.interval

Arguments

Objects from the Class

None object of this class can be instantiated.

item

  • trellis.par
  • adeg.par
  • lattice.call
  • arguments: its parameters to obtain the trellis object
  • g.args
  • stats
  • s.misc
  • backgrid: a list of two elements for grid lines. backgrid$x defines the coordinates of the lines (horizontal or vertical depending on the graphics orientation) and backgrid$d the grid mesh
  • Call

code

call

itemize

  • hori.update: a logical indicating if the sense of direction of the graphics is updating

Extends

Class ADEg, directly.

See Also

adegpar C1.barchart C1.curve C1.density C1.dotplot C1.gauss C1.hist C1.interval ADEg

Examples

Run this code
showClass("ADEg.C1")

Run the code above in your browser using DataLab