plot_FilterStack: Function to plot a filter stack.

Description Usage Arguments Author(s) Examples

Description

This function plots a filter stack.

Usage

1

Arguments

object

FilterStack to plot.

Author(s)

David Strebler, University of Cologne (Germany).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#Data
name <- "example"
description <- "non realistic filterStack"

filters <- default_Filters(c('example','example2'))

#Filterstack
filterstack <- create_FilterStack(name,description,filters)

plot_FilterStack(filterstack)

gadaviel/LumReader documentation built on May 16, 2019, 5:33 p.m.