We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It expects treatments to be paired like so:
Browse[2]> treatments [1] "rhizogenes" "tumefaciens" "vitis" Browse[2]> combinations [,1] [,2] [1,] 1 2 [2,] 1 3 [3,] 2 3
but an arrangement like this would also be valid:
[,1] [,2] [1,] 1 2 [2,] 3 1 [3,] 2 3
or
[,1] [,2] [1,] 1 2 [2,] 3 1 [3,] 3 2
This is fine if the data was produced with compare_groups, but a nuisance if the data set came from somewhere else.
compare_groups
This results in some subplots not getting data
The text was updated successfully, but these errors were encountered:
47be843
No branches or pull requests
It expects treatments to be paired like so:
but an arrangement like this would also be valid:
or
This is fine if the data was produced with
compare_groups
, but a nuisance if the data set came from somewhere else.This results in some subplots not getting data
The text was updated successfully, but these errors were encountered: