Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 41 found.
[1] < 1 2 3 4 5 > [5]  Sort:

destPoint (Package: geosphere) :

Given a start point, initial bearing (direction), and distance, this function computes the destination point travelling along a the shortest path on an ellipsoid (the geodesic).
● Data Source: CranContrib
● Keywords: spatial
● Alias: destPoint
● 0 images

onGreatCircle (Package: geosphere) :

Test if a point is on a great circle defined by two other points.
● Data Source: CranContrib
● Keywords: spatial
● Alias: onGreatCircle
● 0 images

plotArrows (Package: geosphere) : Plot

Plot polygons with arrow heads on each line segment, pointing towards the next vertex. This shows the direction of each line segment.
● Data Source: CranContrib
● Keywords: methods, spatial
● Alias: plotArrows
● 0 images

geomean (Package: geosphere) :

mean location for spherical (longitude/latitude) coordinates that deals with the angularity. I.e., the mean of longitudes -179 and 178 is 179.5
● Data Source: CranContrib
● Keywords: methods, spatial
● Alias: geomean
● 0 images

makePoly (Package: geosphere) : Add vertices to a polygon or line

Make a polygon or line by adding intermedate points (vertices) on the great circles inbetween the points supplied. This can be relevant when vertices are relatively far apart. It can make the shape of the object to be accurate, when plotted on a plane. makePoly will also close the polygon if needed.
● Data Source: CranContrib
● Keywords: methods, spatial
● Alias: makeLine, makePoly
● 0 images

greatCircleBearing (Package: geosphere) :

Get points on a great circle as defined by a point and an initial bearing
● Data Source: CranContrib
● Keywords: spatial
● Alias: greatCircleBearing
● 0 images

alongTrackDistance (Package: geosphere) :

The "along track distance" is the distance from the start point (p1) to the closest point on the path to a third point (p3), following a great circle path defined by points p1 and p2. See dist2gc for the "cross track distance"
● Data Source: CranContrib
● Keywords: spatial
● Alias: alongTrackDistance
● 0 images

span (Package: geosphere) : Span of polygons

Compute the approximate surface span of polygons in longitude and latitude direction. Span is computed by rasterizing the polygons; and precision increases with the number of 'scan lines'. You can either use a fixed number of scan lines for each polygon, or a fixed band-width.
● Data Source: CranContrib
● Keywords: methods, spatial
● Alias: span, span,SpatialPolygons-method, span,matrix-method
● 0 images

dist2Line (Package: geosphere) :

The shortest distance between points and polylines or polygons.
● Data Source: CranContrib
● Keywords: spatial
● Alias: dist2Line
● 0 images

gcIntersectBearing (Package: geosphere) :

Get the two points where two great cricles cross each other. In this function, great circles are defined by a points and an initial bearing. In function gcIntersect they are defined by two sets of points.
● Data Source: CranContrib
● Keywords: spatial
● Alias: gcIntersectBearing
● 0 images