Planets {iAR}R Documentation

Transit of an extrasolar planet

Description

Time series corresponding to the residuals of the parametric model fitted by Jordan et al (2013) for a transit of an extrasolar planet.

Usage

Planets

Format

A data frame with 91 observations on the following 2 variables:

t

Time from mid-transit (hours).

r

Residuals of the parametric model fitted by Jordan et al (2013).

References

Jordán A, Espinoza N, Rabus M, Eyheramendy S, Sing DK, Désert J, Bakos GÁ, Fortney JJ, López-Morales M, Maxted PFL, Triaud AHMJ, Szentgyorgyi A (2013). “A Ground-based Optical Transmission Spectrum of WASP-6b.” The Astrophysical Journal, 778, 184. doi: 10.1088/0004-637X/778/2/184, 1310.6048, https://doi.org/10.1088/0004-637X/778/2/184.

Examples

data(Planets)
plot(Planets[,1],Planets[,2],xlab='Time from mid-transit (hours)',ylab='Noise',pch=20)

[Package iAR version 1.2.0 Index]