Learn R Programming

micromapST (version 3.1.1)

LOWESSData: Test data for US LOWESS ScatDot glyphs.

Description

This dataset contains the data for the USStatesBG for testing and demonstrations of the ScatDat LOWESS line feature in the glyph.

Usage

data(LOWESSData)

Arguments

Format

A data frame with 51 observations, 1 for each US State and DC area, on the following 3 variables. The row.names are set to the strings in the "ABBR" column.

x

the x coordinate value.

y

the y coordinate value.

Abbr

a character vector containing the abbreviated names for each US state and DC.

Details

This dataset was manually created to provide set of x, y and w data point to test and demostrate how a LOWESS line can be implement in the ScatDot glyph with the USStatesBG border group.