gui.oppose {stylo} | R Documentation |
GUI for the function oppose
Description
Graphical user interface for oppose
. This function sets most
of the variables needed for oppose
.
Usage
gui.oppose(...)
Arguments
... |
any variable as produced by |
Details
The function calls stylo.default.settings
to initialize a number
of default variables. Then it reads the file oppose_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
oppose
, stylo.default.settings
Examples
## Not run:
gui.oppose()
my.variables = gui.oppose()
summary(my.variables)
## End(Not run)