Learn R Programming

RSurvey (version 0.6-0)

SetPreferences: Set Data Preferences

Description

A GUI for specifying the interpolation algorithms input parameters.

Usage

SetPreferences(parent = NULL)

Arguments

parent
tkwin; the parent window (optional).

Value

  • Queries and sets the following components in Data:
  • grid.dx, grid.dynumeric; the grid spacing along the x- and y-axis for the interpolated surface, respectively (optional).
  • mba.n, mba.minteger; initial size of the spline space in the hierarchical construction along the x- and y-axis, respectively (optional).
  • mba.hinteger; 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