Displaying 1 result from an estimated 1 matches for "destinationlatitude".
Did you mean:
destinationlatititude
2008 Jul 02
1
flow map lines between point pairs (latitude/longitude)
I have a dataset giving traffic between pairs of ports, and the
lat/lon of each port, roughly as follows:
sample data as follows
> df2VisitTrips[1:4,]
Origin Destination NumberOfTrips OriginLatitude OriginLongitude
DestinationLatitude DestinationLongitude
1 P1 P16 1 39.45965
-80.15633 40.76111 -79.54583
2 P1 P3 1 39.45965
-80.15633 39.58861 -79.98222
3 P102 P108 19 36.98210 -88.21...