remove_Filter: Function to remove a filter from a stack

Description Usage Arguments Author(s) Examples

Description

This function removes a filter from a stack

Usage

1

Arguments

object

FilterStack from which the filter has to be removed.

filter

Filter that has to be removed.

Author(s)

David Strebler, University of Cologne (Germany).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#Create filterStack
name <- "example"
description <- "non realistic filterStack"

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

filterStack <- create_FilterStack(name, description, filters)

plot_FilterStack(filterStack)

#Removal of the 2nd filter
filterStack <- remove_Filter(filterStack, filters[[2]])

plot_FilterStack(filterStack)

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