View source: R/radargraph_function.R
radargraph | R Documentation |
Circular column chart of an experiment with a factor of interest or isolated effect of a factor
radargraph(model, ylim = NA, labelsize = 4, transf = FALSE)
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) |
Returns pie chart with averages and letters from the Scott-Knott cluster test
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
barplot_positive, sk_graph, plot_TH, corgraph, spider_graph, line_plot
data("laranja")
a=with(laranja, DBC(trat,bloco,resp, mcomp = "sk"))
radargraph(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.