Learn R Programming

gasper (version 1.1.1)

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.

Examples

Run this code
# NOT RUN {
f <- rnorm(2642)
plot_signal(minnesota, f)
# }

Run the code above in your browser using DataLab