Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable buffer plots in designs #68

Open
rogerssam opened this issue Sep 29, 2023 · 2 comments
Open

Enable buffer plots in designs #68

rogerssam opened this issue Sep 29, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@rogerssam
Copy link
Contributor

rogerssam commented Sep 29, 2023

Enable different options for buffer plots in the design() function. Options could be "edge", "plots", "rows", "columns", "double row", "double column", "blocks", maybe more?

@rogerssam rogerssam added the enhancement New feature or request label Sep 29, 2023
@rogerssam
Copy link
Contributor Author

Cases:

  • edge: one extra row top and bottom, and column left and right. nrow + 2, ncol + 2
  • rows: extra rows in between and top and bottom. (2 *nrows) + 1
  • columns: extra columns in between, plus left and right. (2 * ncols) + 1
  • plots: every plot is surrounded by buffer plots in every direction. Basically combination of rows and columns above. (2 *nrows) + 1, (2 * ncols) + 1
  • double row: every treatment row has an additional buffer row above and below, so treatment rows separated by 2 buffer rows between. (3 * nrow)
  • double column: every treatment column has an additional buffer column left and right, so treatment columns are separated by 2 buffer columns between. (3 * ncol)

@rogerssam rogerssam added the fixed This issue has been resolved but not yet released label May 23, 2024
@rogerssam rogerssam reopened this Oct 17, 2024
@rogerssam
Copy link
Contributor Author

This should be done as part of the design function, not the plotting function.

@rogerssam rogerssam removed the fixed This issue has been resolved but not yet released label Oct 17, 2024
@rogerssam rogerssam added this to the Version 1.2.2 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant