Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algolkm authored and cran-robot committed Apr 30, 2017
0 parents commit 00c8176
Show file tree
Hide file tree
Showing 14 changed files with 1,047 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,15 @@
Package: SPADAR
Type: Package
Title: Spherical Projections of Astronomical Data
Version: 1.0
Date: 2017-04-29
Author: Alberto Krone-Martins
Maintainer: Alberto Krone-Martins <algol@sim.ul.pt>
Description: Provides easy to use functions to create all-sky grid plots of widely used astronomical coordinate systems (equatorial, ecliptic, galactic) and scatter plots of data on any of these systems including on-the-fly system conversion. It supports any type of spherical projection to the plane defined by the 'mapproj' package.
License: GPL (>= 3)
Depends: mapproj, RCEIM
LazyData: true
Packaged: 2017-04-30 19:44:16 UTC; brain
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2017-04-30 20:26:07 UTC
13 changes: 13 additions & 0 deletions MD5
@@ -0,0 +1,13 @@
036ee568fbc9a20ab5b6f1998da90df4 *DESCRIPTION
a056adc7e4a15f3641aa4703ef4ca2fc *NAMESPACE
f37b571ba40baf4cfcdeb868231f1be1 *R/SPADAR.R
3a5e6c3300c086bf46197130f68a77e4 *data/uhecrauger2014.RData
be1c72ebc3cf33150046a77c5b6ace5d *man/SPADAR-package.Rd
178512f5469743880ae5da87da05ba0b *man/createAllSkyGridChart.Rd
77ecf40da7283bb6bf9ade71e7becd43 *man/createAllSkyScatterPlotChart.Rd
14671b84b6e2884dabb7f384656eb323 *man/figures/astrocoordsystems-aitoff.jpg
76be062e7c2b8e487d7e68e3b4c72769 *man/figures/astrocoordsystems-aitoff.pdf
764565f4eb6fbd04a1061ed8f8a6181c *man/figures/uhecrauger2014-aitoff-galeq.jpg
b9b584f94f4d730f1bee5d1eb0c8535b *man/figures/uhecrauger2014-aitoff-galeq.pdf
c47a8c27e9cd9d1857387e88a4376eb7 *man/overplotScatterPlotInAllSkyGridChart.Rd
fe9462f017ff90090e8bcd79373d57c6 *man/uhecrauger2014.Rd
9 changes: 9 additions & 0 deletions NAMESPACE
@@ -0,0 +1,9 @@
export(createAllSkyScatterPlotChart)
export(overplotScatterPlotInAllSkyGridChart)
export(createAllSkyGridChart)
importFrom("mapproj", "mapproject")
importFrom("RCEIM", "sortDataFrame","enforceDomainOnParameters", "overPlotErrorPolygon", "plotEliteDistrib")
importFrom("grDevices", "dev.new", "rgb")
importFrom("graphics", "grid", "lines", "par", "plot", "points", "strwidth", "text")
importFrom("stats", "na.omit", "rnorm", "runif", "sd")
importFrom("utils", "combn")

0 comments on commit 00c8176

Please sign in to comment.