Last data update: 2014.03.03

R: Exoplanets Data
planetsR Documentation

Exoplanets Data

Description

Data on planets outside the Solar System.

Usage

data("planets")

Format

A data frame with 101 observations from 101 exoplanets on the following 3 variables.

mass

Jupiter mass of the planet.

period

period in earth days.

eccen

the radial eccentricity of the planet.

Details

From the properties of the exoplanets found up to now it appears that the theory of planetary development constructed for the planets of the Solar System may need to be reformulated. The exoplanets are not at all like the nine local planets that we know so well. A first step in the process of understanding the exoplanets might be to try to classify them with respect to their known properties.

Source

M. Mayor and P. Frei (2003). New Worlds in the Cosmos: The Discovery of Exoplanets. Cambridge University Press, Cambridge, UK.

Examples


  data("planets", package = "HSAUR")
  require("scatterplot3d")
  scatterplot3d(log(planets$mass), log(planets$period), log(planets$eccen), 
                type = "h", highlight.3d = TRUE,  angle = 55, 
                scale.y = 0.7, pch = 16)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(HSAUR)
Loading required package: tools
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HSAUR/planets.Rd_%03d_medium.png", width=480, height=480)
> ### Name: planets
> ### Title: Exoplanets Data
> ### Aliases: planets
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
>   data("planets", package = "HSAUR")
>   require("scatterplot3d")
Loading required package: scatterplot3d
>   scatterplot3d(log(planets$mass), log(planets$period), log(planets$eccen), 
+                 type = "h", highlight.3d = TRUE,  angle = 55, 
+                 scale.y = 0.7, pch = 16)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>