gui.stylo: GUI for stylo

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/gui.stylo.R

Description

Graphical user interface for the function stylo. This function sets most of the variables needed for stylo.

Usage

1

Arguments

...

any variable as produced by stylo.default.settings can be set here to overwrite the default values.

Details

The function calls stylo.default.settings to initialize a number of default variables. Then it reads the file stylo_config.txt (if the file exists and can be found in the current directory) to overwrite any default values. Then a GUI box appears, allowing the variables' customization by the user. Refer to HOWTO available at https://sites.google.com/site/computationalstylistics/ for a detailed explanation what the particular variables are for and how to use them.

Value

The function returns a list containing ca. 100 variables.

Author(s)

Jan Rybicki, Maciej Eder

See Also

stylo, stylo.default.settings

Examples

1
2
3
4
5
6
7
## Not run: 
gui.stylo()

my.variables = gui.stylo()
summary(my.variables)

## End(Not run)

stylo documentation built on Dec. 6, 2020, 5:06 p.m.

Related to gui.stylo in stylo...