R/IV_step3.r

#' A data frame of IV curve with 3 step.
#'
#' This data set is a study of IV curve with 3 step. The first column is voltage(V) and the second column is current(I).
#'
#' @docType data
#' @usage data(IV_step3)
#' @name IV_step3
#'
#' @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_step3"

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.