# NOT RUN {
# load an example scan:
data(example_scan)
# print to screen the available scan parameters:
summary(example_scan)
# make ppi for the scan
ppi <- project_as_ppi(example_scan)
# plot the first scan parameter, which in this case is "VRADH":
plot(ppi)
# plot the reflectivity parameter:
plot(ppi, param = "DBZH")
# change the range of reflectivities to plot to -30 to 50 dBZ:
plot(ppi, param = "DBZH", zlim = c(-30, 50))
# }
Run the code above in your browser using DataLab