# load example vp object:
data(example_vp)
# plot the animal density:
plot(example_vp, quantity = "dens")
# change the line color:
plot(example_vp, line_col = "blue")
# plot the ground speed:
plot(example_vp, quantity = "ff")
# plot the reflectivity factor of
# all scatterers (including precipitation):
plot(example_vp, quantity = "DBZH")
Run the code above in your browser using DataLab