parse_xvg {xvm} | R Documentation |
parse xvg file content
Description
parses content from a single GROMACS-generated xvg file
Usage
parse_xvg(lines, skip_comments = TRUE)
Arguments
lines |
character vector of text lines from xvg file |
skip_comments |
logical indicating whether to skip comment lines (default: TRUE) |
Value
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
[Package xvm version 0.0.2 Index]