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