Get data variable values of data points in propagation data object
returns the values of the data points in the propagation data object. The data is
processed such that the missing values are removed and duplicate location data are
replaced with mean values.datavariable
= getDataVariable(pd
)
[
returns the location coordinates of the data points in the propagation data
object.datavariable
,lat
,lon
] = getDataVariable(pd
)