powered by
Spider chart or radar chart. Usually used for graphical representation of acceptability in sensory tests
spider_graph( resp, vari, blend, legend.title = "", xlab = "", ylab = "", ymin = 0 )
Returns a spider or radar chart. This graph is commonly used in studies of sensory analysis.
Vector containing notes
Vector containing the variables
Vector containing treatments
Caption title
x axis title
y axis title
Minimum value of y
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
radargraph, sk_graph, plot_TH, corgraph, barplot_positive, line_plot
library(AgroR) data(sensorial) with(sensorial, spider_graph(resp, variable, Blend))
Run the code above in your browser using DataLab