Skip to content

Commit 6a5b4ec

Browse files
author
Marco Chiapello
committed
Update NULL values at begging of the functions
1 parent c7e41ff commit 6a5b4ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/methods-grid.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ am_barplot.grid <- function(x, cbPalette = c("#999999", "#E69F00", "#56B4E9",
3131
leg = c("none", "right", "left", "bottom", "top"),
3232
main = "Colonization", ...){
3333
Arbuscule <- Hypopodia <- Intr_Hyphae <- Total <- Vesicles <- comp <- NULL
34-
features <- replicates <- samples <- values <- NULL
34+
features <- replicates <- samples <- values <- n <- num <- means <- se <- NULL
3535
# Create summary table
3636
y <- grid_summary(x)
3737
# Change table shape

R/methods-trouvelot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ am_barplot.trouvelot <- function(x, cbPalette = c("#999999", "#E69F00", "#56B4E9
3030
main = "Colonization", ...){
3131
A <- Abundance <- Colonization <- M <- M1 <- a <- feature <- features <- final_a <- m <- NULL
3232
mA <- n_myc <- nn <- num <- perc <- replicates <- samples <- scoring <- tmpa <- tot <- tot2 <- value <- n <- NULL
33-
values <- NULL
33+
values <- means <- se <- num <- NULL
3434
y <- trouvelot_summary(x)
3535
z <- y %>% tidyr::gather(features, values, -samples, -replicates)
3636
final <- z %>% group_by(samples, features) %>%

0 commit comments

Comments
 (0)