colorwig | R Documentation |
Plot a seimic trace colored in time. useful for coordinating other plots to specific times along a seismic trace.
colorwig(x1, y1, COL = rainbow(100))
x1 |
x-coordinate (time) |
y1 |
y-coordinate (amplitude) |
COL |
color palette |
Graphical Side Effects
Jonathan M. Lees<jonathan.lees@unc.edu>
data(KH)
x <- KH$ex[KH$ex>95& KH$ex<125]
y <- KH$JSTR[[1]][KH$ex>95& KH$ex<125]
colorwig(x , y , rainbow(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.