plot_energy_models | R Documentation |
Compare density of estimated energy with density of real energy vector
plot_energy_models(energy_models, nrow = 2)
energy_models |
energy models returned by function |
nrow |
integer, number of rows in the plot grid (passed to |
ggplot
# The package evprof provides example objects of connection and energy
# Gaussian Mixture Models obtained from California's open data set
# (see California article in package website) created with functions
# `get_connection models` and `get_energy models`.
# Get the working days energy models
energy_models <- evprof::california_GMM$workdays$energy_models
# Plot energy models
plot_energy_models(energy_models)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.