powered by
vp
Plot a vertical profile (vp)
# S3 method for vp plot(x, quantity = "dens", xlab = expression("volume density [#/km"^3 * "]"), ylab = "height [km]", line_col = "red", line_lwd = 1, line.col = "red", line.lwd = 1, ...)
A vp class object.
Character string with the quantity to plot. See vp for list of available quantities.
Aerial density related:'dens', 'eta', 'dbz', 'DBZH' for density, reflectivity, reflectivity factor and total reflectivity factor, respectively.
dens
eta
dbz
DBZH
Ground speed related:'ff','dd', for ground speed and direction, respectively.
ff
dd
A title for the x axis.
A title for the y axis.
Color of the plotted curve.
Line width of the plotted curve.
Deprecated argument, use line_col instead.
Deprecated argument, use line_lwd instead.
Additional arguments to be passed to the low level plot plotting function.
# NOT RUN { data(example_vp) plot(example_vp) plot(example_vp, line_col = "blue") # }
Run the code above in your browser using DataLab