R/data.R

#' Data from the Giesikus model
#'
#' The data is arranged into four columns: Time (s), Strain (-), Rate (1/s) and Stress (Pa). reflecting the applied strain- control
#' 
#' @format A data frame with 1024 rows and 4 columns
#' \describe{
#' \item{V1}{Time}
#' \item{V2}{Strain}
#' \item{V3}{Rate}
#' \item{V4}{Stress}
#' }
#' 
#' @docType data
#'
#' @usage data(mydata)

#' @keywords datasets
#'
#' @references ppp
"mydata"

Try the oreo package in your browser

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

oreo documentation built on March 11, 2021, 1:07 a.m.