radargraph {AgroR}R Documentation

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)

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)

Value

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

Author(s)

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

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

[Package AgroR version 1.3.5 Index]