Description Usage Arguments Details Value See Also Examples
CBinterp
interpolates Lat-Long georeferenced data across the surface
of the Chesapeake.
1 |
data |
Data frame or Numeric. Vector of water quality values. |
coordinates |
Numeric. Vector of Long/Lat locations of provided data. |
res |
Numeric. Resolution of the desired interpolated values in kilometers. |
This function converts long-lat data to UTM-referenced data, interpolates across a grid of the required resolution, and returns the interpolated values as long-lat-referenced data.
This function returns an object of class SpatialPointsDataFrame
.
Data slot contains columns of longitude, latitude, interpolated value at
that location, and the standard error of the interpolated value.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.