R/data.R

#' Simulated 6D data with a sine curve
#'
#' The data has 6 columns, labelled V1-V6,
#' where the sine curve is in V5, V6. The
#' other columns are normal samples.
#'
#' @name sine_curve measurements
#' @aliases sine_curve
#' @docType data
#' @format A 500x6 data frame
#' @keywords datasets
#' @examples
#' library(woylier)
#' data(sine_curve)
#' plot(sine_curve$V5, sine_curve$V6)
NULL

Try the woylier package in your browser

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

woylier documentation built on Oct. 1, 2024, 5:08 p.m.