R/docData.R

#############################################################################
#
#  This file is a part of the R package "gradDescentR".
#
#  Author: Dendi Handian 
#  Co-author: Imam Fachmi Nasrulloh
#  Supervisors: Lala Septem Riza, Rani Megasari
#  Copyright (c) Department of Computer Science Education, Indonesia University of Education.
#
#  This package is free software: you can redistribute it and/or modify it under
#  the terms of the GNU General Public License as published by the Free Software
#  Foundation, either version 2 of the License, or (at your option) any later version.
#
#  This package is distributed in the hope that it will be useful, but WITHOUT
#  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
#  A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
#############################################################################
#' This is a dataset that collected experimentaly by Kennedy in 1954 to obtain the density value of CO2. 
#' Parameter used in the experiment are temperature and pressure, which it can be a parameter to
#' obtain compressibility factor value of CO2.
#' 
#' @title Data set of the package
#' @name gradDescentRData
#' @docType data
#' @references 
#' Kennedy, G. C. (1954). Pressure-Volmue Temperature Relations in CO2 at Elevated Temperatures and Pressures.
#' American Journal of Science, 225-241. 
#' @keywords data
NULL

Try the gradDescentR package in your browser

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

gradDescentR documentation built on March 9, 2017, 9:02 a.m.