Learn R Programming

LumReader (version 0.1.0)

plot_Reader: Function to plot a filter stack.

Description

This function plots a filter stack.

Usage

plot_Reader(object)

Arguments

object
Reader to plot.

Examples

Run this code
# Data
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')

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

plot_Reader(reader)

Run the code above in your browser using DataLab