R/RugglesRSC-data.R

#' Recumbent Stone Circle Data
#'
#' Declination data from C.L.N. Ruggles' fieldwork on the Scottish Recumbent Stone Circles.
#'
#' @docType data
#' @usage data(RugglesRSC)
#' @format A data frame with 37 rows and 2 variables:
#'  \describe{
#'    \item{Dec}{Declination}
#'    \item{ID}{Site ID}
#'    }
#' @keywords datasets
#' @references Ruggles, C.L.N. (1999). \emph{Astronomy in Prehistoric Britain and Ireland}. Yale University Press.
#' @examples
#' data(RugglesRSC)
#' kde <- density(RugglesRSC$Dec, 2)
#' plot(kde)
"RugglesRSC"

Try the skyscapeR package in your browser

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

skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.