R/IV_step1.r

#' A data frame of IV curve with 1 step.
#'
#' This data set is a study of IV curve with 1 step. The first column is voltage(V) and the second column is current(I).
#'
#' @docType data
#' @usage data(IV_step1)
#' @name IV_step1
#'
#' @format A data frame with 41 rows and 2 variables:
#' \describe{
#'   \item{V}{increasing vector}
#'   \item{I}{decreasing vector}
#' }
#'
#' @source Solar Durability and Lifetime Extension (SDLE) Research Center, Case Western
#' Reserve University
#'
"IV_step1"

Try the ddiv package in your browser

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

ddiv documentation built on April 15, 2021, 1:06 a.m.