View source: R/plot_diagnostic.R
plot_diagnostic | R Documentation |
Function to plot the diagnostic of models
plot_diagnostic(data, formula, title = NA)
data |
Experimental design data frame with the factors and traits. |
formula |
Mixed model formula |
title |
Plot title |
plots
## Not run:
library(inti)
plot_diagnostic(data = potato
, formula = stemdw ~ (1|bloque) + geno*treat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.