12 Commits (74450ff30c553c16d38bf1db03ff363b113d123b)
 

Author SHA1 Message Date
Taha Ahmed 74450ff30c Most recent change: added working electrode area to electrochemical functions. 13 years ago
Taha Ahmed 64774c079e Added the function Raman2df().
Note: There should be a possibility to supply (as an argument to
Raman2df()) a custom sampleid which should then override the regexp-
based algorithm (only if that argument was supplied).
13 years ago
Taha Ahmed 3483065be8 Started working on a Cu Ka2 elimination algorithm.
Based on the paper by Dong et al.
I call the function EliminateKa2().
13 years ago
Taha Ahmed dbb69a150a Corrected syntax error in previous commit. Now it works as expected. 13 years ago
Taha Ahmed 4131c28dcc cv2df() now includes cycles as well as segments in the returned df. 13 years ago
Taha Ahmed b5d305bc73 Added function ocp2df() in CHI.R 13 years ago
Taha Ahmed eb9d5d2dd7 Added function ConvertRefPot().
Function takes a potential and its reference electrode, and converts to a specified reference electrode scale, either another or the same.
I made it to simplify converting between different reference electrode scales in running text.
13 years ago
Taha Ahmed 100afe81af Added the functions chronocm2df(), chronoamp2df(), and amperometry2df().
All of them based on the previous functions. Note: Changed regexp to match
also numbers in scientific notation.
13 years ago
Taha Ahmed 5a5f3133d3 Two new functions in common.R
Celsius2Kelvin()
Kelvin2Celsius()

Including very crude error checks (checks that supplied temperature
is not below absolute zero, if so, sets it to absolute zero).
Idea: would be nice if function returned same number of significant
digits as it received.
13 years ago
Taha Ahmed 0f6eebe463 Added function lsv2df() to read Linear Scan data.
Essentially copy-paste of cv2df(), just changed the attributes part.
13 years ago
Taha Ahmed f87e3b2a42 Function cv2df that accurately reads CV files into dataframe together with CV attributes.
Function works as far as I have tested.
13 years ago
Taha Ahmed 996a79787c Contains my own R functions. First commit. 13 years ago