Learn R Programming

adegraphics (version 1.0-4)

S2.density-class: Class S2.density

Description

A class for the creation and display of bi-dimensional plot with density estimation.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • gridsize: grid dimension.
  • threshold: a value between 0 and 1 to draw densities greater than this threshold. No density is visible whether it is equal to 1.
  • col: a NULL value, a color or a colors vector to color densities.
  • nrpoints: number of points on the density image.
  • contour: a logical to draw contour lines.
  • region: a logical to fill grid regions with col.
  • nclass: number of class for density.
  • stats
  • s.misc
  • Call

code

call

itemize

  • densit: a list containing the results of thebkde2Dfunction.

Extends

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

See Also

ADEg ADEg.S2 s.density

Examples

Run this code
showClass("S2.density")

Run the code above in your browser using DataLab