desc3fat: Descriptive: Descriptive analysis (Three factors)

Description Usage Arguments Value Author(s) Examples

View source: R/desc3fat_function.R

Description

Performs the descriptive graphical analysis of an experiment with three factors of interest.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
desc3fat(
  f1,
  f2,
  f3,
  response,
  legend.title = "Legend",
  xlab = "xlab",
  ylab = "ylab",
  theme = theme_classic(),
  plot = "interaction"
)

Arguments

f1

Numeric or complex vector with factor 1 levels

f2

Numeric or complex vector with factor 2 levels

f3

Numeric or complex vector with factor 3 levels

response

Numerical vector containing the response of the experiment.

legend.title

Legend title

xlab

x name (Accepts the expression() function)

ylab

Variable response name (Accepts the expression() function)

theme

ggplot theme

plot

"interaction" or "box"

Value

The function returns a triple interaction graph.

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

Examples

1
2
3
library(AgroR)
data(enxofre)
with(enxofre, desc3fat(f1, f2, f3, resp))

AgronomiaR/AgroR documentation built on Nov. 14, 2021, 12:10 a.m.