| LG_plot_load | R Documentation |
This internal function takes care of some details
related to the loading of files needed for the creation of a
plot, and it then stores the result in the environment given to
the .env-argument. It does this both for the
interactive solution in LG_shiny and for the
non-reactive solution used when plots are created for the use
in papers/presentations.
LG_plot_load(look_up, .env, .extract_LG_data_only)
look_up |
A list created by |
.env |
The environment in which the loaded data will be stored. |
.extract_LG_data_only |
Logical argument, default value
|
The required data will be loaded from files into
.env, but only if it hasn't been done before. The
resulting array will then be assigned to the environment of the
calling function under the name given by .result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.