search for: iinput

Displaying 2 results from an estimated 2 matches for "iinput".

Did you mean: input
2012 Feb 05
2
vectors of matrix as iinput to lapply
Dear all I am using lapply (actually mclapply that share the same syntax). I want to call the same function that takes as input a vector. My initial data structure is a matrix that I want to cut it to multiple vectors (one vector for every row of the matrix) and then feed that to the function by using mclapply. Could you please help me converting the matrices to nrow times vectors. I would
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...RRDs::create($rrd_file, "--step", 60, "DS:bcharge:GAUGE:120:0:100", "DS:bvolts:GAUGE:120:0:150", "DS:vinput:GAUGE:120:0:150", "DS:voutput:GAUGE:120:0:150", "DS:iinput:GAUGE:120:0:30", "DS:ioutput:GAUGE:120:0:30", "DS:load:GAUGE:120:0:125", "RRA:AVERAGE:0.5:1:2880", "RRA:AVERAGE:0.8:5:2880", "RRA:AVERAGE:0.9:60:4320") || upsl...