parse_xpm {xvm}R Documentation

parse xpm (X PixMap) file content into structured data

Description

This function parses xpm file content, extracts metadata, color mappings, and matrix data, returning a structured list for further processing.

Usage

parse_xpm(xpm_content)

Arguments

xpm_content

a character string containing the xpm file content.

Value

a list with the following components:


[Package xvm version 0.0.2 Index]