Taha Ahmed
2790047c3a
Major update to cv2df(). Removed df attributes, built-into df instead.
...
Be advised: This change will break all old reports that used the cv2df() function.
Experimental information (potential limits, scanspeeds, etc.) are now added to the
return dataframe as columns instead of attributes.
With this information built-in to the dataframe, analysis is simplified using melt
and cast and other grouping functions.
14 years ago
Taha Ahmed
c810ef66ba
Updated It2charge() and fixed the relevant parts of amperometry2df().
...
It2charge() is now explicitly meant to be used only from within
other functions, such as amperometry2df().
14 years ago
Taha Ahmed
f8ad854bd7
New function It2charge() in common.R - amperometry2df() updated accordingly.
14 years ago
Taha Ahmed
1dc00af759
Updated all functions to use the new ProvideSampleId() function.
14 years ago
Taha Ahmed
74450ff30c
Most recent change: added working electrode area to electrochemical functions.
14 years ago
Taha Ahmed
dbb69a150a
Corrected syntax error in previous commit. Now it works as expected.
14 years ago
Taha Ahmed
4131c28dcc
cv2df() now includes cycles as well as segments in the returned df.
14 years ago
Taha Ahmed
b5d305bc73
Added function ocp2df() in CHI.R
14 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.
14 years ago
Taha Ahmed
0f6eebe463
Added function lsv2df() to read Linear Scan data.
...
Essentially copy-paste of cv2df(), just changed the attributes part.
14 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.
14 years ago