Learn R Programming

LumReader (version 0.1.0)

plot_FilterStack: Function to plot a filter stack.

Description

This function plots a filter stack.

Usage

plot_FilterStack(object)

Arguments

object
FilterStack to plot.

Examples

Run this code

#Data
name <- "example"
description <- "non realistic filterStack"

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

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

plot_FilterStack(filterstack)

Run the code above in your browser using DataLab