ppi: a plan position indicatorClass ppi for a plan position indicator, and its associated R base
functions.
# S3 method for ppi
summary(object, ...)is.ppi(x)
# S3 method for ppi
dim(x)
Object of class ppi.
Additional arguments affecting the summary produced.
Object of class ppi.
For is.ppi: TRUE if its argument is of
class ppi.
For dim.ppi: dimensions of the ppi.
An object of class ppi is a list containing:
dataan object of class SpatialGridDataFrame containing the georeferenced data. Commonly available parameters are:
DBZH", "DBZ"(Logged) reflectivity factor [dBZ]
VRADH", "VRAD"Radial velocity [m/s]. Radial velocities towards the radar are negative, while radial velocities away from the radar are positive
RHOHV"Correlation coefficient [unitless]. Correlation between vertically polarized and horizontally polarized reflectivity factor
PHIDP"Differential phase [degrees]
ZDR"(Logged) differential reflectivity [dB]
geogeographic data, a list with:
latlatitude of the radar [decimal degrees]
lonlongitude of the radar [decimal degrees]
heightheight of the radar antenna [meters above sea level]
elangleradar beam elevation [degrees]
rscalerange bin size [m]
ascaleazimuth bin size [deg]
geo element of a 'scan' object is a copy of the geo
element of its parent scan or scan parameter.