Learn R Programming

gasper (version 1.1.3)

plot_signal: Plot a signal on top of a given graph

Description

Plot a signal on top of a given graph

Usage

plot_signal(z, f, size = 0.75, limits = range(f))

Arguments

z

Graph data.

f

Signal to plot.

size

Dot size.

limits

Set colormap limits.

See Also

plot_graph

Examples

Run this code
f <- rnorm(length(grid1$xy[,1]))
plot_signal(grid1, f)

Run the code above in your browser using DataLab