platetools
platetools copied to clipboard
An R package for plotting microtitre plates
> It would be great to have a Tukey additivity plot function for diagnostic purpose in your package. At the moment...
Hi! I recently installed platetools from CRAN and ran a few examples. The first code chunks give the expected result. However, I ran into problems using the raw_grid function to...
``` Error in if (platemap[row, "values"] > threshold) { : missing value where TRUE/FALSE needed ``` https://github.com/Swarchal/platetools/blob/2934bd8df4bcfea1c07c1b7f47ca0ff3c1487508/R/bhit_map.R#L102-L111 This can be fixed with an initial if statement, checking if the value...