This is an R Markdown Notebook.

summary(cars)

This is a plot.

plot(cars)

This plot is static.

plot

This is an HTML widget.

if (requireNamespace("dygraphs", quietly = TRUE)) {
  dygraphs::dygraph(nhtemp, main = "New Haven Temperatures") %>% 
    dygraphs::dyRangeSelector(dateWindow = c("1920-01-01", "1960-01-01"))
}
# The R code in here is ignored; we're
# just going to inject some arbitrary HTML.

For more details on using R Markdown see http://rmarkdown.rstudio.com.



jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.