knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
To get all the functionalities of tostada, just load the package as usual
library(tostada)
The tostada package contains different types of useful functions to deal with asteorseismic data, both observational (e.g. light curves or observed oscillation spectra, etc.) and theoretical (e.g. structure models, synthetic oscillation spectra, etc.).
There are three types of funtions dependending on their functionality
Tosdata will just transform read data from file to a dataframe structured in a way it can be used by other functions of the package, i.e. for ploting purposes, and making it easy and robust, the compare different models.
Tostada contains a set of frequently used functions that make use of tostada structures (e.g. from reading observations/data). For example, l_sep() computes the large separation of a given theoretical spectrum read by any of the read-type functions.
Tostada includes a set of utilities related with asteroseismology that are frequently necessary during asteroseismic data manipulation. An example of such utility can be: constants(), which provide a dataframe with a set of constants like the solar mass, solar radius, G, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.