KoRozjaProject2
List of functions
Filter - function to filter data from unnecessary data. If someone decides not to filter the data, they should set the parameter filter parameter = FALSE. If the user wants to remove the “cycle” data, one should enter “tak” or “nie” if he wants to keep this column
Eis_or_Polarisation - function filters data through select function from dplyr package leaves columns necessary for EIS or POLARISATION technique
Calculation_of_corrosion_parameters - The function calculates values of corrosion parameters such as Stern Resistance, Corrosion Potential and Corrosion Current.
Example data
- POLARISATION
This is a link to an article on electrochemical impedance spectroscopy EIS.
POLARYZACJA_1M_NP
plot(POLARYZACJA_1M_NP$`time[s]`,POLARYZACJA_1M_NP$`Uwe[V]`)
knitr::kable (head (POLARISATION), caption = "Example dataset")
```
| Index | Stern resistance | Corrosion potential | Corrosion current |
|---|---|---|---|
| 1 | - | - | - |
| 2 | - | - | - |
| 3 | - | - | - |