```{r libraries} install_github("https://github.com/ajcastanedag/Planck")
library(devtools) library(ggplot2) library(gganimate) library(Planck)
### Define Dataframe
First, create de dataframe which contains the Planck data:
```{r dataframe}
DefinePlanckData()
Make a basic plot using ggplot: ```{r simpleplot} PlotPlanckData(PlankData_F)
### Simple plot
Make a basic animation using gganimate:
```{r simplegif}
GifPlanckData(Planck_Graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.