# NOT RUN {
# load an example scan:
data(example_scan)
# make ppi's for all scan parameters in the scan
ppi <- project_as_ppi(example_scan)
# grab a basemap that matches the extent of the ppi:
# }
# NOT RUN {
basemap <- download_basemap(ppi)
# }
# NOT RUN {
# map the radial velocity scan parameter onto the basemap:
# }
# NOT RUN {
map(ppi, map = basemap, param = "VRADH")
# }
# NOT RUN {
# extend the plotting range of velocities, from -50 to 50 m/s:
# }
# NOT RUN {
map(ppi, map = basemap, param = "VRADH", zlim = c(-50, 50))
# }
# NOT RUN {
# give the data less transparency:
# }
# NOT RUN {
map(ppi, map = basemap, alpha = 0.9)
# }
# NOT RUN {
# change the appearance of the symbol indicating the radar location:
# }
# NOT RUN {
map(ppi, map = basemap, radar_size = 5, radar_color = "green")
# }
# NOT RUN {
# crop the map:
# }
# NOT RUN {
map(ppi, map = basemap, xlim = c(12.4, 13.2), ylim = c(56, 56.5))
# }
Run the code above in your browser using DataLab