powered by
It makes a graph with the variables and/or treatments with the standardized data.
dispvar( data, trat = NULL, theme = theme_bw(), ylab = "Standard mean", xlab = "Variable", family = "serif", textsize = 12, fill = "lightblue" )
Returns a chart of boxes with standardized data
data.frame containing the response of the experiment.
Numerical or complex vector with treatments
ggplot2 theme (default is theme_bw())
Variable response name (Accepts the expression() function)
Treatments name (Accepts the expression() function)
Font family
Font size
Defines chart color
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
library(AgroR) data("pomegranate") dispvar(pomegranate[,-1]) trat=pomegranate$trat dispvar(pomegranate[,-1], trat)
Run the code above in your browser using DataLab