drawRadarplots: Draw Radarplots

View source: R/radarPlots.R

drawRadarplotsR Documentation

Draw Radarplots

Description

Draw Radarplots

Usage

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
)

Arguments

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

Value

no return value


mknoll/cmoRe documentation built on Nov. 18, 2022, 4:01 p.m.