rtimicropem (version 1.4.0)

convert_output: Uses output file from MicroPEM to create a micropem object.

Description

Uses output file from MicroPEM to create a micropem object.

Usage

convert_output(path)

Arguments

path

the path to the file (character)

Value

A micropem object.

Examples

Run this code
# NOT RUN {
micropem_example <- convert_output(system.file('extdata', 'CHAI.csv', package = 'rtimicropem'))
micropem_example$plot()
micropem_example$plot(title = "wow")
# }

Run the code above in your browser using DataLab