x3p_to_df: Convert an x3p file into a data frame

View source: R/df_to_x3p.R

x3p_to_dfR Documentation

Convert an x3p file into a data frame

Description

An x3p file consists of a list with meta info and a 2d matrix with scan depths. fortify turns the matrix into a data frame, using the parameters of the header as necessary.

Usage

x3p_to_df(x3p)

Arguments

x3p

a file in x3p format as returned by function x3p_read

Value

data frame with variables x, y, and value and meta function in attribute

Examples

logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
logo_df <- x3p_to_df(logo)
head(logo_df)

x3ptools documentation built on May 29, 2024, 10:33 a.m.