Description Usage Arguments Value See Also
View source: R/spatial-effect.R
Computes the effect of plate position on colony growth.
1 | spatial_effect(x, y, value, method = c("rlm", "loess"), deg = 2, ...)
|
x |
Integer vector - x colony position (e.g. column). |
y |
Integer vector - y colony position (e.g. row). |
value |
Numeric vector - measured colony size. |
method |
Method used for fitting smooth surface. Either |
deg |
Degree of polynomial used for fitting. See poly for details. Defaults to 2. |
... |
Further arguments passed to method. |
Returns a vector with the same length as value
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.