interpolatevms: Interpolate georeference points

Usage Arguments Author(s) See Also Examples

Usage

1
interpolatevms(datsat, interval = 60, proj4 = NULL, area = NULL)

Arguments

datsat

datsat dataset with georeference points (longitude y latitude) that need to be interpolated

interval

Time bewteem each point interpolate

proj4

...

area

...

Author(s)

Pablo Marin and RocĂ­o Joo.

See Also

xxx, xxx

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Load the datsat data
data(datsat)
datsat = datsat[datsat$idTrip == "10060-8",]

# Proyet datsat
library(lubridate)
projet.datsat <- projet(datsat)

# Interpolate the VMS data
interpolation <- interpolatevms(projet.datsat, interval = 60, proj4 = NULL, area = NULL)

# Map
mapVMS(x = projet.datsat$lon, y = projet.datsat$lat,  speed = projet.datsat$speed)
points(interpolation$LONGITUDE_M, intepolation$LATITUDE_M, pch = 16, cex = 0.7)

PabloMBooster/SISESATools documentation built on May 7, 2019, 11:54 p.m.