Learn R Programming

stylo (version 0.5.2)

stylo.default.settings: Setting variables

Description

Function that sets a series of global variables to be used by stylo and which can be modified by users via gui.stylo.

Usage

stylo.default.settings(...)

Arguments

...
any variable as produced by this function can be set here to overwrite the default values.

Value

  • The function returns a list of ca. 50 variables.

Details

This function is typically called from inside stylo and gui.gui.

See Also

stylo, gui.stylo

Examples

Run this code
stylo.default.settings()

# to see which variables have been set:
names(stylo.default.settings())

# to use the elements of the list as if they were independent variables:
my.variables = stylo.default.settings()
attach(my.variables)

Run the code above in your browser using DataLab