View source: R/read_functions.R
parse_xvg | R Documentation |
parses content from a single GROMACS-generated xvg file
parse_xvg(lines, skip_comments = TRUE)
lines |
character vector of text lines from xvg file |
skip_comments |
logical indicating whether to skip comment lines (default: TRUE) |
list containing xvg data and metadata with following structure:
data - Data frame containing numerical data
metadata - List containing title, axis labels, legends and their formatted versions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.