l_range | R Documentation |
l_range
determines the common L range for all the
oscillation spectrum as
l_range = (L_min, L_max)
l_range(model.df)
model.df |
DataFrame. |
This function takes one argument, a dataframe with the synthetic oscillation spectra read from read_graco, read_adipls, read_gyre, or read_losc.
It returns a vector with c(l_min, l_max)
n_range
range <- l_range(df_oscillations)
## Not run:
l_range(df_oscillations)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.