Skip to content

Commit

Permalink
Update S3 print method for row-column design
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierMurilloF committed Jul 23, 2024
1 parent d49d648 commit 2718d72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/utils_S3_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ print.FielDHub <- function(x, n=10, ...){
"\n")
print(head(x$fieldBook, n=nhead_print, ...))
} else if (x$infoDesign$id_design == 9) {
cat("Row Column Design", "\n\n")
cat("Resolvable Row-Column Design (Two Stage Generation)", "\n\n")
#---------------------------------------------------------------------
cat("First location efficiency of design:", "\n")
cat("Efficiency of design:", "\n")
print(x$blocksModel[[1]])
cat("\n")
cat("Information on the design parameters:", "\n")
Expand Down
13 changes: 8 additions & 5 deletions man/row_column.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2718d72

Please sign in to comment.