Skip to content

Commit edc4ba8

Browse files
committed
x is a design object
[ci skip]
1 parent e5079ac commit edc4ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/sim_gs_n.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ create_cut <- function(...) {
511511
}
512512
}
513513

514-
# Create cut functions from the design object
514+
# Create cut functions from the design object `x`, e.g., gsDesign2::gs_design_ahr()
515515
cut_from_design <- function(x) {
516516
if (is.null(x)) return()
517517
k <- nrow(x$analysis)

0 commit comments

Comments
 (0)