parses content from a single GROMACS-generated xvg file
parse_xvg(lines, skip_comments = 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
character vector of text lines from xvg file
logical indicating whether to skip comment lines (default: TRUE)