2019
DOI: 10.1007/978-981-15-1960-4_15
|View full text |Cite
|
Sign up to set email alerts
|

Spherical Data Handling and Analysis with R package rcosmo

Abstract: The R package rcosmo was developed for handling and analysing Hierarchical Equal Area isoLatitude Pixelation(HEALPix) and Cosmic Microwave Background(CMB) radiation data. It has more than 100 functions. rcosmo was initially developed for CMB, but also can be used for other spherical data. This paper discusses transformations into rcosmo formats and handling of three types of non-CMB data: continuous geographic, point pattern and star-shaped. For each type of data we provide a brief description of the correspon… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
2

Relationship

1
1

Authors

Journals

citations
Cited by 2 publications
(1 citation statement)
references
References 9 publications
0
1
0
Order By: Relevance
“…> worldcities <-read.csv("worldcities.csv") > sph <-geo2sph(data.frame(lon = pi/180*worldcities$lng, lat = pi/180*worldcities$lat)) > df1 <-data.frame(phi = sph$phi, theta = sph$theta, I = rep(1,nrow(sph))) > hp <-HPDataFrame(df1, auto.spix = TRUE, nside = 1024) > plot(hp, size = 3, col = "darkgreen", back.col = "white") Some other examples of converting directional and star-shaped data into rcosmo formats are given in (Fryer and Olenko, 2019).…”
Section: Converting Other Spherical Data To Healpix Formatmentioning
confidence: 99%
“…> worldcities <-read.csv("worldcities.csv") > sph <-geo2sph(data.frame(lon = pi/180*worldcities$lng, lat = pi/180*worldcities$lat)) > df1 <-data.frame(phi = sph$phi, theta = sph$theta, I = rep(1,nrow(sph))) > hp <-HPDataFrame(df1, auto.spix = TRUE, nside = 1024) > plot(hp, size = 3, col = "darkgreen", back.col = "white") Some other examples of converting directional and star-shaped data into rcosmo formats are given in (Fryer and Olenko, 2019).…”
Section: Converting Other Spherical Data To Healpix Formatmentioning
confidence: 99%