Learn R Programming

uFTIR (version 0.1.4)

Smooth-class: Smooth

Description

An object of this class is returned by a call to smooth_sam. It holds a smoother version of a SAM object, keeping only the clusters slot and slicing it to a user-given number of slices. This class have methods to plot, summarize, and extract the readings of pixel matching a given SpectralReference substance. You can use the generics plot, summary, and get_profile but beware, you might have to provide extra arguments! (so, please don't see only the generic but the method for this class, see the section see also).

Arguments

Value

An S4 object of class "Smooth.

Slots

smooth

a cube -array- (even if only has 1 slice) that holds a smooth version of a SAM clusters slot.

See Also

plot_tile summary_sam get_profile_tile get_profile_sinfo

Examples

Run this code
# NOT RUN {
NULL
# }

Run the code above in your browser using DataLab