Learn R Programming

AgroR (version 1.3.6)

TBARPLOT.reverse: Graph: Reverse graph of DICT, DBCT and DQL output when geom="bar"

Description

The function performs the construction of a reverse graph on the output of DICT, DBCT and DQL when geom="bar".

Usage

TBARPLOT.reverse(plot.t)

Value

Returns a reverse graph of the output of DICT, DBCT or DQLT when geom="bar".

Arguments

plot.t

DICT, DBCT or DQLT output when geom="bar"

Author

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

DICT, DBCT, DQLT

Examples

Run this code
data(simulate1)
a=with(simulate1, DICT(trat, tempo, resp,geom="bar",sup=40))
TBARPLOT.reverse(a)

Run the code above in your browser using DataLab