knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  fig.path = "man/figures/"
)

TOolkit for Stellar Asteroseismic Data Analysis

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)

Installation

You can install the development version of tostada from GitHub with:

# install.packages("devtools")
devtools::install_github("juancasy/tostada")

Example

This is a basic example which shows you how to solve a common problem:

library(tostada)
## basic example code
tostada::constants



juancasy/tostada documentation built on March 13, 2024, 10:57 p.m.