gui.stylo | R Documentation |
Graphical user interface for the function stylo
. This function sets
most of the variables needed for stylo
.
gui.stylo(...)
... |
any variable as produced by |
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.
The function returns a list containing ca. 100 variables.
Jan Rybicki, Maciej Eder
stylo
, stylo.default.settings
## Not run:
gui.stylo()
my.variables = gui.stylo()
summary(my.variables)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.