R/planets.R

#' Basic information of known Planets
#'
#' This package contains basic information from all knwon Planets
#' @docType package
#' @name planets
#'
#' @examples
#' data(planets)
#'
#' plot(
#' data = planets,
#' `Mass (MJ)` ~ `Temperature (K)`
#' )
NULL

Try the planets package in your browser

Any scripts or data that you put into this service are public.

planets documentation built on Aug. 7, 2019, 9:03 a.m.