Learn R Programming

adegraphics (version 1.0-3)

S2.image-class: Class S2.image

Description

A class for the creation of a bi-dimensional plot with a third value represented as a continuous colored surface.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • outsideLimits: specific limits for the surface as a set of polygons. It must be an SpatialPolygons object. Hole are authorized.
  • span: a value to control the degree of smoothing.
  • contour: a logical to draw contour lines.
  • region: a logical to fill inter-contour regions.
  • col: a NULL value, a color or a colors vector used for the colored cells.
  • stats
  • s.misc
  • Call

code

call

itemize

  • newgrid: the grid expansion calculated within the prepare method.

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.image

Examples

Run this code
showClass("S2.image")

Run the code above in your browser using DataLab