plot_irena_variables | R Documentation |
plots irena variables
plot_irena_variables( irena_db, country, variable_filter = c(), indicator = "Generation" )
country |
The country |
variable_filter |
Variables that should _not_ be shown |
indicator |
Which indicator should be shown? Either "Generation" or "Capacity" |
an image object
download_clean_save_irena() irena_db<-load_db(get_irena_db_files()[1]) plot_irena_variables(irena_db, "World") irena_db<-load_db(get_irena_db_files()[1]) plot_irena_variables(irena_db, "World", variable_filter=FILTER_IRENA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.