SmoothingMapGUI {DASplusR}R Documentation

Simple Smoothing Map Menu

Description

The function SmoothingMapGUI() calls the dialog window where all settings for the creation of a (geographic) smoothing map are taken. This function assumes that a data set is active, which contains geographic x- an y-coordinates.

Usage

SmoothingMapGUI() 
This does exactly the same as calling the DASplusR option Maps -> Surface Map -> Simple Smoothing

Details

Title
An overall title of the map
Coordinates
The (geographic) x and y coordinates of the data set. By clicking Details a Dialog Box appears which allows additional plotting options.
Variable
The variable which is used
Levels
By clicking Details a dialog window appears containing the following options: type (percentile or continuous for color breakpoints set manual or continuously break points), color, border (Object name of the border. A list or an object of class "border" containing the border coordinates. If border is a list, it should have two copmonents: The first contain the x-coordinates, the second contain the y-coordiantes. If border is a object of class "border", it should be of the following form: border contain a slot with a list paths, each element of these list is an object with two slots x and y.), resolution (the resolution of the used grid), percentiles (If type is percentile - percentiles in which the color breakpoints are set)
Symbol Set
The Symbol Set to be used for plotting
Add to existing plot
If checked the plot is added to an existing plot. Only enabled if a graphic device is active.

Author(s)

Löffler, Gschwandtner, e0125439@student.tuwien.ac.at

Examples

# create a boarder
data(KOLA95_border)
myBorder <- makeBorder(KOLA95_border)
# call the dialog window
SmoothingMapGUI() 

[Package DASplusR version 0.0-2 Index]