Learn R Programming

LumReader (version 0.1.0)

import_Filter: Function to import a filter

Description

This function import the properties of a filter previously saved in a .FLT file.

Usage

import_Filter(file.name, thickness = NULL)

Arguments

file.name
character (required): name of the .FLT file containing the filter properties.
thickness
numeric (default): Thickness of the filter (by default thickness = reference thickness).

Value

The function creates a new Filter object.

Examples

Run this code
folder <- system.file("extdata", package="LumReader")

file.name <- 'example' # !!! no extension !!! #

file <-paste(folder, '/', file.name, sep="")

example <- import_Filter(file)

plot_Filter(example)

Run the code above in your browser using DataLab