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 (this argument uses the parse function)
y axis title (this argument uses the parse function)
Minimum value of y
Gabriel Danilo Shimizu, gabrield.shimizu@gmail.com
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
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