read_adipls | R Documentation |
read_adipls
reads ADIPLS oscillation files
read_adipls(filename = NULL, header = FALSE)
filename |
String, scalar. Input ADIPLS oscillation file. |
header |
Logic. If TRUE then header of file is read (default F). |
This function takes one argument, the ADIPLS file (.dat) to be read with full path. It stores the result in an R dataframe.
A column-named dataframe containing the following data l: the mode degree n: the mode radial node w2: squared oscillation frequency normalized to GMR sig: oscillation frequency in microHz E: energy of the mode NP: number of nodes as P mode NG: number of nodes as G mode
read_graco
, read_losc
, and
read_gyre
myfreqs <- read_adipls('/myhome/gracofile.dat')
## Not run:
read_graco('/myhome/gracofile.dat')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.