ltopo.topo | R Documentation |
draw a 'topoplot of topoplots'
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
)
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 |
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 |
plot is generated in the current graphics device; no return value
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.