TBARPLOT.reverse function

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

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

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

TBARPLOT.reverse(plot.t)

Arguments

  • plot.t: DICT, DBCT or DQLT output when geom="bar"

Returns

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

Note

All layout and subtitles are imported from DICT, DBCT and DQLT functions

Examples

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

See Also

DICT , DBCT , DQLT

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi