diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-17 23:37:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-17 23:37:45 +0800 |
commit | 82c7d5bf35b58bf1581bc27b137d6699a4ad9031 (patch) | |
tree | 8a69b937fd10416878162a53ff7cc37aebb595c3 /math/R-cran-sp/pkg-descr | |
parent | 82ffc3ef984c39a51ff21a73a0eab79a43608f0d (diff) | |
download | freebsd-ports-gnome-82c7d5bf35b58bf1581bc27b137d6699a4ad9031.tar.gz freebsd-ports-gnome-82c7d5bf35b58bf1581bc27b137d6699a4ad9031.tar.zst freebsd-ports-gnome-82c7d5bf35b58bf1581bc27b137d6699a4ad9031.zip |
R-sp is a package that provides classes and methods for spatial
data. The classes document where the spatial location information
resides, for 2D or 3D data. Utility functions are provided, e.g.
for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
WWW: http://r-spatial.sourceforge.net/
PR: ports/130974
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/R-cran-sp/pkg-descr')
-rw-r--r-- | math/R-cran-sp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/R-cran-sp/pkg-descr b/math/R-cran-sp/pkg-descr new file mode 100644 index 000000000000..24a60b29676c --- /dev/null +++ b/math/R-cran-sp/pkg-descr @@ -0,0 +1,7 @@ +R-sp is a package that provides classes and methods for spatial +data. The classes document where the spatial location information +resides, for 2D or 3D data. Utility functions are provided, e.g. +for plotting data as maps, spatial selection, as well as methods +for retrieving coordinates, for subsetting, print, summary, etc. + +WWW: http://r-spatial.sourceforge.net/ |