Description Usage Arguments Examples
View source: R/autoscaling_df.R
funcao para preprocessamento dos espectros
1 | autoscaling(df)
|
df |
Data Frame |
1 2 3 4 5 6 7 8 | data(nir_seed)
df<-autoscaling_df(nir_seed)
a<-plotmean_df(nir_seed)
b<-plotmean_df(df)
library(ggpubr)
ggarrange(a, b,
labels = c("A", "B"),
ncol = 2, nrow = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.