PlotShape: Visualize the specified fields of a shape object on using 1-...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This function is used for fast investigation of shape objects; standard visualization choices are made automatically; fast and easy-to-use but does not necessarily provide optimal visualization.

Usage

1
2
3
4
  PlotShape(sp, varname, type = "oneway", ncol = 10,
    at = NULL, palette = NULL, main = NULL,
    colorkey = TRUE, lwd = 0.4, border.col = "black",
    col.regions = NULL)

Arguments

sp

Shape object

varname

Variable name from the shape object sp to be visualized

type

String. Specifies visualization type. Options: "oneway", "twoway", "qualitative", "custom". See details.

ncol

Number of distinct colors shades

at

Color transition points

palette

Optional. Color palette.

main

Optional. Title text.

colorkey

Logical. Show color interpretation in a separate legend.

lwd

Optional. Line width for shape polygon borders.

border.col

Optional. Color for shape polygon borders.

col.regions

Optional. Specify color for the shape object regions manually.

Details

Visualization types include: oneway/sequential (color scale ranges from white to dark red, or custom color given with the palette argument); twoway/bipolar/diverging (color scale ranges from dark blue through white to dark red; or custom colors); discrete/qualitative (discrete color scale; the colors are used to visually separate regions); and "custom" (specify colors with the col.regions argument)

Value

ggplot2 object

Author(s)

Leo Lahti sorvi-commits@lists.r-forge.r-project.org

References

See citation("sorvi")

See Also

get.hsy

Examples

1
# PlotShape(sp, varname)

sorvi documentation built on May 2, 2019, 6:16 p.m.