plot_z | R Documentation |
Plot one or more tracks by depth (Z)
plot_z(
x,
title = "Particle Track - Z",
zvar = c("sigma", "depth", "Z")[3],
xvar = c("path_distance", "time")[1],
ylab = c(sigma = "Sigma", depth = "Depth (m)", Z = "Depth (m)")[zvar],
xlab = c(path_distance = "Path Distance (m)", time = "Time")[xvar],
filename = c(NA, "track-Z.png")[1],
...
)
x |
sf POINT object with one or more tracks |
title |
char, title to apply to the plot |
zvar |
char, the name of the zvariable |
xvar |
char, the name of the independent variable ("x") |
ylab |
char, y axis label |
xlab |
char, x axis label |
filename |
NA or char, for optional output |
... |
other arguments for the graphics device ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.