search for: cvdf

Displaying 4 results from an estimated 4 matches for "cvdf".

Did you mean: cdf
2024 Jun 26
2
Ayuda para hacer una lista
...elect( contains("gp_1_")) dat2 <- nu.Norm %>% select( contains("gp_2_")) dat3 <- nu.Norm %>% select( contains("gp_3_"))}list.gp <http://list.gp> <- list(dat1, dat2, dat3)* cv.df <- lapply(list.gp, function(x){(apply(x,1,sd)/rowMeans(x))*100}) cvdf <-as.data.frame(do.call("cbind", cv.df)) colnames(cvdf)<-c(varnames) ###### crear la figura palette<-rep(c(randomColor(y, luminosity="random")), times=c(1,1,1)) cvdf_melt<-reshape2::melt(cvdf) g5 <-ggplot( cvdf_melt, aes(x=variable, y=value))+geom_boxplot(colo...
2024 Jun 26
1
Ayuda para hacer una lista
...1_")) dat2 <- nu.Norm %>% select( contains("gp_2_")) dat3 <- > nu.Norm %>% select( contains("gp_3_"))}list.gp <http://list.gp> <- > list(dat1, dat2, dat3)* > > cv.df <- lapply(list.gp, function(x){(apply(x,1,sd)/rowMeans(x))*100}) > cvdf <-as.data.frame(do.call("cbind", cv.df)) > colnames(cvdf)<-c(varnames) > > ###### crear la figura > > palette<-rep(c(randomColor(y, luminosity="random")), times=c(1,1,1)) > > cvdf_melt<-reshape2::melt(cvdf) > > g5 <-ggplot( cvdf_melt...
2024 Jun 27
2
Ayuda para hacer una lista
...m %>% select( contains("gp_2_")) dat3 > <- > > nu.Norm %>% select( contains("gp_3_"))}list.gp <http://list.gp> <- > > list(dat1, dat2, dat3)* > > > > cv.df <- lapply(list.gp, function(x){(apply(x,1,sd)/rowMeans(x))*100}) > > cvdf <-as.data.frame(do.call("cbind", cv.df)) > > colnames(cvdf)<-c(varnames) > > > > ###### crear la figura > > > > palette<-rep(c(randomColor(y, luminosity="random")), times=c(1,1,1)) > > > > cvdf_melt<-reshape2::melt(cvdf) >...
2024 Jun 28
1
Ayuda para hacer una lista
...ntains("gp_2_")) dat3 >> <- >>> nu.Norm %>% select( contains("gp_3_"))}list.gp <http://list.gp> <- >>> list(dat1, dat2, dat3)* >>> >>> cv.df <- lapply(list.gp, function(x){(apply(x,1,sd)/rowMeans(x))*100}) >>> cvdf <-as.data.frame(do.call("cbind", cv.df)) >>> colnames(cvdf)<-c(varnames) >>> >>> ###### crear la figura >>> >>> palette<-rep(c(randomColor(y, luminosity="random")), times=c(1,1,1)) >>> >>> cvdf_melt<-resh...