planets {planets} | R Documentation |
A data set containing the most basic information available of all known planets.
This package contains basic information from all knwon Planets
planets
A data frame with 3915 observations of 12 variables
data(planets)
plot(
data = planets,
`Mass (MJ)` ~ `Temperature (K)`
)