Description Usage Arguments Value Author(s) See Also Examples
View source: R/spider_graph_function.R
Spider chart or radar chart. Usually used for graphical representation of acceptability in sensory tests
1 2 3 4 5 6 7 8 9 | spider_graph(
resp,
vari,
blend,
legend.title = "",
xlab = "",
ylab = "",
ymin = 0
)
|
resp |
Vector containing notes |
vari |
Vector containing the variables |
blend |
Vector containing treatments |
legend.title |
Caption title |
xlab |
x axis title |
ylab |
y axis title |
ymin |
Minimum value of y |
Returns a spider or radar chart. This graph is commonly used in studies of sensory analysis.
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
radargraph, sk_graph, plot_TH, corgraph, barplot_positive, line_plot
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.