Description Usage Arguments Examples
funcao para centralizar os dados na media
1 | scale_center(dados)
|
dados |
data frame |
1 2 3 4 5 6 7 8 | data(nir_seed)
dados<-center_df(nir_seed)
a<-plotmean_df(nir_seed)
b<-plotmean_df(dados)
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.