Description Usage Arguments Value Author(s) Examples
View source: R/dispvar_function.R
It makes a graph with the variables and/or treatments with the standardized data.
1 2 3 4 5 6 7 8 9 10 |
data |
data.frame containing the response of the experiment. |
trat |
Numerical or complex vector with treatments |
theme |
ggplot2 theme (default is theme_bw()) |
ylab |
Variable response name (Accepts the expression() function) |
xlab |
Treatments name (Accepts the expression() function) |
family |
Font family |
textsize |
Font size |
fill |
Defines chart color |
Returns a chart of boxes with standardized data
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
1 2 3 4 5 | library(AgroR)
data("pomegranate")
dispvar(pomegranate[,-1])
trat=pomegranate$trat
dispvar(pomegranate[,-1], trat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.