Learn R Programming

AgroR (version 1.3.7)

spider_graph: Graph: Spider graph for sensorial analysis

Description

Spider chart or radar chart. Usually used for graphical representation of acceptability in sensory tests

Usage

spider_graph(
  resp,
  vari,
  blend,
  legend.title = "",
  xlab = "",
  ylab = "",
  ymin = 0
)

Value

Returns a spider or radar chart. This graph is commonly used in studies of sensory analysis.

Arguments

resp

Vector containing notes

vari

Vector containing the variables

blend

Vector containing treatments

legend.title

Caption title

xlab

x axis title (this argument uses the parse function)

ylab

y axis title (this argument uses the parse function)

ymin

Minimum value of y

Author

Gabriel Danilo Shimizu, gabrield.shimizu@gmail.com

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

sk_graph, plot_TH, corgraph, barplot_positive, line_plot

Examples

Run this code
library(AgroR)
data(sensorial)
with(sensorial, spider_graph(resp, variable, Blend))

Run the code above in your browser using DataLab