Learn R Programming

AgroR (version 1.3.6)

radargraph: Graph: Circular column chart

Description

Circular column chart of an experiment with a factor of interest or isolated effect of a factor

Usage

radargraph(model, ylim = NA, labelsize = 4, transf = FALSE)

Value

Returns pie chart with averages and letters from the Scott-Knott cluster test

Arguments

model

DIC, DBC or DQL object

ylim

y-axis limit

labelsize

Font size of the labels

transf

If the data has been transformed (default is FALSE)

Author

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

barplot_positive, sk_graph, plot_TH, corgraph, spider_graph, line_plot

Examples

Run this code
data("laranja")
a=with(laranja, DBC(trat,bloco,resp, mcomp = "sk"))
radargraph(a)

Run the code above in your browser using DataLab