Learn R Programming

cmR (version 1.1)

pseudobullseye: Pseudo bullseye plot

Description

Pseudo bullseye plot

Usage

pseudobullseye(
  x,
  lim = range(x, na.rm = TRUE),
  legend = FALSE,
  text = TRUE,
  reverse = FALSE,
  center = TRUE,
  cex = 1,
  legend.width = 1
)

Value

plots

Arguments

x

3D array

lim

limits of x values

legend

boolean, add legend?

text

boolean, should text legend be added?

reverse

boolean, reverse colors?

center

boolean, should input x be centered before plotting

cex

cex for text legend

legend.width

Width in characters of the legend strip.

Examples

Run this code
data(cmrsim)
pseudobullseye(maxresp_sim)

Run the code above in your browser using DataLab