This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
en:uncordi [2018/04/16 08:03] David Zelený [Display in ordination diagram] |
en:uncordi [2018/04/16 08:05] David Zelený |
||
---|---|---|---|
Line 36: | Line 36: | ||
Note one difference: the color palette in the application is modified (it is not using the standard colors, but colors from palette “Set1” in “RColorBrewer”). This is why the ordination diagram reproduced by the provided R script will appear in different colors. | Note one difference: the color palette in the application is modified (it is not using the standard colors, but colors from palette “Set1” in “RColorBrewer”). This is why the ordination diagram reproduced by the provided R script will appear in different colors. | ||
+ | ==== Known bugs ==== | ||
+ | * If I copy the script and use it in R, all environmental variables from .env file are loaded, while the Shiny does internal selection of only a small subset. This can be fixed by either adding only selection of env. vars into the original files, or by adding the line of script with selection of variables (first perhaps preferred, but need to change the name of the file, since the same files are used across the anadat-r website for examples and exercises). | ||