Learn R Programming

Sleuth3 (version 1.0-3)

ex0721: Planetary Distances and Order from the Sun

Description

The first three columns are the names, orders of distance from the sun and distances from the sun (scaled so that earth is 1) of the 8 planets in our solar system and the dwarf planet, Pluto. The next three columns are the same, but also include the asteroid belt.

Usage

ex0721

Arguments

Format

A data frame with observations on the following 6 variables.

Name

name of object in solar system, 9 objects

Order

order of object's distance from the sun

Distance

distance of object from sun, with earth = 1

Name2

name of object in solar system, including asteroid belt

Order2

order of object's distance from the sun

Distance2

distance of object from sun, with earth = 1

See Also

ex2226

Examples

Run this code
# NOT RUN {
str(ex0721)
# }

Run the code above in your browser using DataLab