n_maxmin | R Documentation |
n_maxmin
determines the largest radial order (n) among all the
min(n, L)
n_maxmin(model.df, mono = F)
model.df |
dataframe. |
mono |
logical option (default FALSE) to calculate minimum n value from which the n vector is monotonic (i.e. diff(n)=1). |
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 single numeric value
n_min <- n_maxmin(df_oscillations)
## Not run:
n_maxmin(df_olscillations)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.