drawRadarplots | R Documentation |
Draw Radarplots
drawRadarplots( data, vars, agg = "median", res = 250, file = "", width = 1000, height = 1000, labels = F, col = NULL, ctrlLevel = "Ko_1", main = NULL, pPos = 1.05, pSym = "*", pTest = "t.test", pAdj = "none", pCol = list(`0.05` = "red", `0.1` = "blue"), pCex = 3, na.rm = T, scale = T )
data |
specifies the data for plotting |
vars |
specifies which variables are used for plotting and the order of plotting |
agg |
statistical method of data aggregation (median or mean) |
main |
Title |
no return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.