dev/peg4kslt_dataset.R

#' Dataset of experimental binodal data of an ATPS
#' A dataset containing the experimental binodal data for a PEG/SALT Aqueous Two-Phases System (ATPS)
#' @name peg4kslt
#' @format A data.frame with 116 rows and 2 variables:
#' \describe{
#'   \item{XC}{Fraction of Salt}
#'   \item{YC}{Fraction of PEG}
#'   ...
#' }
#' @source \url{https://github.com/hutchr/LLSR}
#' @examples
#' #
#' XYdt <- peg4kslt[,1:2]
#' #
#' Xdt<-peg4kslt[,1]
#' #
#' Ydt<-peg4kslt[,1]
NULL
hutchr/LLSR documentation built on May 25, 2022, 4:09 p.m.