llsr_data {LLSR} | R Documentation |
LLSR's database
Description
A database is a highly structured collection of data generally stored and accessed from a computer system and stores raw data and parameters for all analised ATPS phase diagrams.
Format
multi-level data.frame()
- db.ref
Table from LLSR's database in which the references for all used manuscripts are stored.
- db.sys
Table from LLSR's database in which parameters for all implemented mathematical descriptors are stored. Statistic data is also available.
- db.cas
Table from LLSR's database in which information regarded all chemicals (such as name and CAS number) used in the collected data.
- db.data
Table from LLSR's database in which raw experimental data is tabulated. The data was used to calculate all properties made available in this package.
- db.tielines
Table from LLSR's database in which raw experimental data, used to calculate tielines compositions and slopes, are stored.
...
Source
https://github.com/diegofcoelho/LLSR/
Examples
#
XYdt <- llsr_data[["db.data"]][, 1:2]
Xdt <- llsr_data[["db.data"]][, 1]
Ydt <- llsr_data[["db.data"]][, 2]