powered by
Plot a signal on top of a given graph
plot_signal(z, f, size = 0.75, limits = range(f))
Graph data.
Signal to plot.
Dot size.
Set colormap limits.
plot_graph
f <- rnorm(length(grid1$xy[,1])) plot_signal(grid1, f)
Run the code above in your browser using DataLab