Description Usage Arguments Value See Also Examples
The function makes a smooth version of the object returned by tile_sam or mosaic_compose. The function smooths out only the cluster slot, slicing it to a user-given range of slices.
1 | smooth_sam(x, nclusters, window = 5, nslices = 1)
|
x |
Object of class |
nclusters |
How many clusters did the spectral library had? This parameter refer back to the length of the clusterlist slot of the |
window |
The function smooths out the |
nslices |
Integer. Starting from 1, up to which slice of the cube holded in the clusters slot of the |
An S4 object of class Smooth. It has only one slot (smooth) that holds an array in which each slice is the smooth version of the corresponding slice of a SAM object.
The returned object has methods to plot, summarize, and extract profiles by calling the generics plot, summary, and get_profile. You might have to provide extra arguments. You can refer to the see also section to look for the object specific methods.
plot_tile summary_sam get_profile_tile get_profile_sinfo
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.