ltopo.topo: LUNA plotting

View source: R/luna.R

ltopo.topoR Documentation

LUNA plotting

Description

draw a 'topoplot of topoplots'

Usage

ltopo.topo(
  c,
  c2,
  z,
  zlim = NULL,
  f = rep(T, length(z)),
  sz = 0.05,
  sz2 = 0.05,
  ring.lwd = 1,
  same.cols = T,
  col = rbpal,
  zlab = "",
  mt = "",
  zeroed = T
)

Arguments

c

character vector of channel labels for the inner plots

c2

character vector of channel labels for the outer plots

z

numeric vector of values to plot (by Z-axis color scale)

zlim

set Z range (defaults to observed range)

f

boolean vector: filter of length(z)

sz

relative size of each inner point (default 0.05)

sz2

relative size of each outer plot (default 0.05)

ring.lwd

width of ring around each point

same.cols

use the same Z color range for each inner topoplot

col

optional color palette (100-elements)

zlab

optional Z-axis label for legend

mt

optional main title text (default "")

zeroed

boolean value: if T, set Z ranges to be symmetric around 0

Value

plot is generated in the current graphics device; no return value

Examples

## Not run: 
ltopo.topo(c = c(coh$CH1, coh$CH2), c2 = c(coh$CH2, coh$CH1),
    z = c(coh$ICOH, -1 * coh$ICOH), f = rep(coh$B == "SIGMA", 2),
    sz=0.08, sz2=0.6)

## End(Not run)


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.