Description Usage Arguments Value Examples
x3p format consists of a list with header info and a 2d matrix of scan depths. fortify_x3p turn the matrix into a variable within a data frame, using the parameters of the header as necessary.
| 1 | fortify_x3p(x3p)
 | 
| x3p | a file in x3p format as return by function read_x3p | 
data frame with variables x, y, and value
| 1 2 3 | data(br411)
br411_fort <- fortify_x3p(br411)
head(br411_fort)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.