Learn R Programming

RSurvey (version 0.7-4)

SetPreferences: Set Data Preferences

Description

A GUI for specifying the interpolation algorithms input parameters.

Usage

SetPreferences(parent = NULL)

Arguments

parent
tkwin; the GUI parent window.

Value

  • Queries and sets the following components in Data:
  • grid.reslist; numeric components x and y giving the grid spacing along the x- and y-axis of the interpolated surface, respectively.
  • grid.mbalist; integer components m, n, and h giving the initial size of the spline space in the hierarchical construction along the x- and y-axis, and the number of levels in the hierarchical construction; its default is 11.

See Also

mba.points

Examples

Run this code
SetPreferences()

Run the code above in your browser using DataLab