ibarplot.double {AgroR}R Documentation

Graph: Invert letters for two factor chart

Description

invert uppercase and lowercase letters in graph for factorial scheme the subdivided plot with significant interaction

Usage

ibarplot.double(analysis)

Arguments

analysis

FAT2DIC, FAT2DBC, PSUBDIC or PSUBDBC object

Value

Return column chart for two factors

Examples

data(covercrops)
attach(covercrops)
a=FAT2DBC(A, B, Bloco, Resp, ylab=expression("Yield"~(Kg~"100 m"^2)),
legend = "Cover crops",alpha.f = 0.3,family = "serif")
ibarplot.double(a)

[Package AgroR version 1.3.6 Index]