knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", fig.path = "man/figures/" )
The goal of tostada is to provide a set of useful functions to deal with the most standard asteroseismic data (observation files, models, etc.) as well as frequent operations on these data (e.g. compute large separations from spectra)
You can install the development version of tostada from GitHub with:
# install.packages("devtools") devtools::install_github("juancasy/tostada")
This is a basic example which shows you how to solve a common problem:
library(tostada) ## basic example code tostada::constants
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.