ltopo.heat | R Documentation |
draws a 'topoplot' using a heatmap color scale
ltopo.heat(
c,
z,
sz = 1,
flt = rep(T, length(z)),
zlab = "",
mt = "",
zlim = NULL,
th = NA,
th.z = z,
show.leg = F,
zeroed = F,
head = F
)
c |
vector of channel labels |
z |
vector of values to plot (same length as |
sz |
integer: size of channel circles plotted (default = 1) |
flt |
boolean filter of length equal to |
zlab |
label for Z-axis |
mt |
main title label |
zlim |
set Z range (defaults to observed range) |
th |
single numeric value threshold for highlighting certain channels (default NULL) |
th.z |
vector, same length as |
show.leg |
boolean: plot a legend (default T) |
zeroed |
boolean: make Z range symmetric around zero if T (default = F) |
head |
boolean: draw simple head image (circle, default = F) |
plot is generated in the current graphics device; no return value
## Not run:
ltopo.heat(psd$CH, psd$PSD, flt = psd$F == 15, sz = 3, zlab = "Power 15 Hz", mt = "Plot 1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.