-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Rprofile
executable file
·22 lines (22 loc) · 1.04 KB
/
.Rprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# source("renv/activate.R")
#### CHECK --as-cran
#(x <- strptime(c("2006-01-08 10:07:52", "2006-08-07 19:33:02"),
# "%Y-%m-%d %H:%M:%S", tz = "America/Sao_Paulo"))
#
#The methods implemented here were based in the protocol proposed by Merchuk et al.
#(1998) and Murugesan & Perumalsamy (2005) to analyse Aqueous Two-Phases Systems.
#Each function brings in its description the reference for the original article
#which described it. These methods defines nonlinear equations that can be used
#to fit experimental data through regression methods and also allow us calculate
#other important system parameters (such as its critical composition, equivolume
#concentration and phase's composition). The package will include (every other
#update) new functions in order to comprise useful functions in liquid-liquid
#analysis
#
#### -- LLSR data Update ####
#library(LLSR)
#path <- "E:\\dfcoelho\\Documents\\GitHub\\LLSR\\dev\\data.xlsx"
#llsr_data <- AQSysDB(path)
#setwd("data")
#save(llsr_data, file = "llsr_data.rda")
#### -- End LLSR data Update ####