Skip to content

Commit

Permalink
finishing off whole plot addition
Browse files Browse the repository at this point in the history
  • Loading branch information
snstats committed Aug 1, 2024
1 parent 5f714f4 commit a634424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/des_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ des_info <- function(design.obj,

if(design == "split") {
des <- design.obj$book
spfacs <- c("plots", "splots", "block")
spfacs <- c("plots", "block", "wplots", "splots")

trtNams <- names(des[!is.element(names(des), spfacs)])

Expand Down

0 comments on commit a634424

Please sign in to comment.