search for: cell5

Displaying 6 results from an estimated 6 matches for "cell5".

Did you mean: cell
2004 Jul 19
2
problem with read.table
...000 2 0 tree1 0/0a 1.5 1.5 0.00 6.242254e-03 0.007 3 0 tree1 1998/365a 1.5 1.5 0.00 1.038187e-02 0.011 4 0 tree1 1998/365a 1.5 1.5 0.00 1.008111e+00 0.000 5 0 cell4/voxel23 1998/365a 0.0 1.0 0.55 0.000000e+00 0.000 6 0 cell5/voxel18 1998/365a 1.0 1.0 0.25 0.000000e+00 0.000 7 0 cell5/voxel20 1998/365a 1.0 1.0 0.90 0.000000e+00 0.000 8 0 cell6/voxel15 1998/365a 2.0 1.0 0.55 0.000000e+00 0.000 9 NA NA NA NA NA NA The "\n" is read like...
2012 Mar 13
2
sort list
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called
2012 Mar 14
1
list factoring
.... I appreciate the reading Thank you. If i have: matrix: > var1 var2 var3 > cell1 x x x > cell2 x x x > cell3 x x x > > cell4 > > . > . > . > . > cell100 and: vector1 <- c("cell1, "cell5",cell19", "cell50", "cell70") your_data$mycells <- factor(your_data$cells %in% vector1, c("Special", "NotSpecial")) So my output will be something like: [25] Special Special Special Special Special Special [31] Special No...
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...ps_usage_lkp[] = { + {"Cell1", 0x00000001}, /* Battery cell 1 on J6 pin 1 */ + {"Cell2", 0x00000002}, /* Battery cell 2 on J6 pin 2 */ + {"Cell3", 0x00000003}, /* Battery cell 3 on J6 pin 3 */ + {"Cell4", 0x00000004}, /* Battery cell 4 on J6 pin 4 */ + {"Cell5", 0x00000005}, /* Battery cell 5 on J6 pin 5 */ + {"Cell6", 0x00000006}, /* Battery cell 6 on J4 pin 1 */ + /* Usage table for windows monitoring app only updates when + * certain request codes are written to USB endpoint */ + /*{ "OpenUPSExtra", 0xff000001 }, */ + {NULL,...
2018 Feb 04
0
[PATCH 3/3] OpenUPS: fix current calculations
..., "UPS.PowerSummary.Current", NULL, "%.3f", HU_FLAG_QUICK_POLL, NULL}, {"battery.capacity", 0, 0, "UPS.PowerSummary.DesignCapacity", NULL, "%.0f", HU_FLAG_STATIC, NULL}, @@ -320,14 +358,6 @@ static hid_info_t openups_hid2nut[] = { {"battery.cell5.voltage", 0, 0, "UPS.PowerSummary.Battery.Cell5", NULL, NULL, HU_FLAG_QUICK_POLL, openups_vbat_info}, {"battery.cell6.voltage", 0, 0, "UPS.PowerSummary.Battery.Cell6", NULL, NULL, HU_FLAG_QUICK_POLL, openups_vbat_info}, */ - /* Output */ - {"output.voltage...
2018 Feb 04
5
[PATCH 0/3] OpenUPS updates
Hi, I've been checking out NUT with an OpenUPS board over the last couple of weekends, and have noticed that it doesn't seem to report sensible values. This lead me to investigate usbhid-ups and delve into various issues. As mentioned in a github issue, one of the problems is with the report descriptor - dumping this from the usbhid-ups debug output and picking through it reveals that