Unlimited learning, half price | 50% off
Get 50% off unlimited learning

LumReader (version 0.1.0)

plot_Experiment: Function to plot a Experiment

Description

This function plots the selected Experiment.

Usage

plot_Experiment(object)

Arguments

object
Experiment to plot

Examples

Run this code
# Create info
name <- 'example'
description <- 'example'

# Create reader components
filter <- default_Filters('example')
filterStack <- create_FilterStack(name, description, filter)
stimulation <- default_Stimulation('example')
PMT <- default_PMT('example')

# Create reader
reader <- create_Reader(name, description, stimulation, filterStack, PMT)

# Create material
material <- default_Material('example')

experiment <- create_Experiment(name, description,reader,material, 'OSL')

plot_Experiment(experiment)

Run the code above in your browser using DataLab