Learn R Programming

adegraphics (version 1.0-3)

ADEg.S1-class: Class ADEg.S1

Description

An object of ADEg.S1 class represents unidimensional data into one dimension. The ADEg.S1 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 five son classes : S1.boxplot, S1.class, S1.distri, S1.label and S1.match.

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
  • rug: an index value indicating where the rugs are drawn
  • 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 zoom S1.boxplot S1.class S1.distri S1.label S1.match ADEg

Examples

Run this code
showClass("ADEg.S1")
adegpar("p1d")

Run the code above in your browser using DataLab