Displaying 4 results from an estimated 4 matches for "cell4".
Did you mean:
cell
2012 Mar 14
1
list factoring
...gh i am a member, it's withholding my email so i said i would try it
this route instead!...
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 lik...
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
2004 Jul 19
2
problem with read.table
...ved
1 0 tree1 1998/365a 1.5 1.5 0.00 1.580000e+02 162.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...
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...---------- */
+
+/* OPENUPS usage table */
+static usage_lkp_t openups_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 e...