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:


[Package xvm version 0.0.2 Index]