gui.classify: GUI for the function classify

View source: R/gui.classify.R

gui.classifyR Documentation

GUI for the function classify

Description

Graphical user interface for classify. Via the GUI, this function can set most of the variables needed for classify.

Usage

gui.classify(...)

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 classify_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

classify, gui.stylo

Examples

## Not run: 
gui.classify()

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

## End(Not run)

computationalstylistics/stylo documentation built on April 7, 2024, 4:12 p.m.