R/datasets.R

#' Dummy data set
#' 
#' This data frame dummy_data represents an experiment, 
#' where we have ten treatments:
#' A, B, ..., J and measurements at some time points. 
#' We want to create a scatter plot of measurement against time, 
#' for each treatment type.
#' @name dummy_data
#' @aliases dummy_data
#' @docType data
#' @usage data(dummy_data)
#' @return A data frame 
#' @keywords datasets
#' @examples
#' data(dummy_data)
NULL

Try the nclRprogrammingB package in your browser

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

nclRprogrammingB documentation built on May 2, 2019, 6:15 p.m.