processing: DEPRECATED - Processing steps applied to the data

processingR Documentation

DEPRECATED - Processing steps applied to the data

Description

DEPRECATED - use proc instead! processing returns all the processing steps applied to the data.

Usage

## S4 method for signature 'GPR'
processing(x)

Arguments

x

An object of the class GPR.

Value

A character vector whose elements contain the name of the processing functions with their arguments applied previously on the GPR data.

Examples

data(frenkeLine00)
A <- dewow(frenkeLine00, type = "Gaussian")
proc(A)

emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.