Skip to content

Commit

Permalink
vignette fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Jun 22, 2022
1 parent 0188aca commit c8f6d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/QCandSampleSize.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ ggplot2::ggplot(sampleSize2, ggplot2::aes(x = probs, y = N)) +
ggplot2::facet_wrap(as.formula(paste0("~ ", "delta + " , paste0( lfqdata$config$table$fkeysDepth(), collapse = " + " ))))
tmp <- sampleSize2 |> tidyr::pivot_wider(id_cols = c("probs","sdtrimmed", lfqdata$config$table$fkeysDepth()), names_from = delta, values_from = N )
tmp
```

Expand Down

0 comments on commit c8f6d26

Please sign in to comment.