h {sugaR} | R Documentation |
This function helps with the entry of data for the interpretation of blood glucose levels.
h(X, ncol=2,debug=FALSE)
X |
String with comma-separated values. The first is presume to be a time, the others floats. |
ncol |
Number of expected values. |
debug |
Assistance to developers for adding new functionality. Please ignore. |
Steffen Moeller steffen_moeller@gmx.de
u
.
h("8:47 139,11:12 75,16:18 112,19:46 71,21:48 75",ncol=2)