R/mnist-data.R

#' Arabidopsis QTL data on gravitropism
#'
#' Data from a QTL experiment on gravitropism in
#' Arabidopsis, with data on 162 recombinant inbred lines (Ler x
#' Cvi). The outcome is the root tip angle (in degrees) at two-minute
#' increments over eight hours.
#'
#' @docType data
#'
#' @usage data(mnist.test.x)
#'
#' @format An object of class `"cross"`; see [qtl::read.cross()].
#'
#' @keywords datasets
#'
#' @references Yann LeCun, Corinna Cortes, Christopher J.C. Burges,
#' THE MNIST DATABASE of handwritten digits
#' ([MNIST](http://yann.lecun.com/exdb/mnist/))
#'
#'
#' @examples
#' data(mnist.test.x)
#' data(mnist.test.y)
#' data(mnist.train.x)
#' data(mnist.train.y)
#'
#'
"mnist.test.x"
chansigit/scFly documentation built on Nov. 10, 2020, 12:33 a.m.