search for: knee_pd_t1_localize

Displaying 5 results from an estimated 5 matches for "knee_pd_t1_localize".

2016 Apr 30
3
how to use AND in grepl
...ot;pd": 'data.frame': 36919 obs. of 162 variables $TE :int 38,41,11,52,48,75,..... $TR :int 100,210,548,546,..... $Command :factor W/2229 levels "_localize_PD","_localize_tre_t2","_abdomen_t1_seq","knee_pd_t1_localize","pd_local_abdomen_t2"... I have tried this but I did not get result: t2pd=subset(df,grepl("t2",Command) & grepl("pd",Command)) does anyone know how to apply AND in grepl? Thanks Elahe
2016 Apr 23
4
assign color to subsets
...s the colors of my plot. data.frame': 36919 obs. of 162 variables $TE :int 38,41,11,52,48,75,..... $TR :int 100,210,548,546,..... $Command :factor W/2229 levels "_localize_PD","_localize_tre_t2","_abdomen_t1_seq","knee_pd_t1_localize"... and the subsets are names in Command which has t1 or t2 letters: hast1=grepl("t1", df$Command, fixed=TRUE) hast2=grepl("t2", df$Command, fixed=TRUE) the colors I want in my plot are : hast1 and hast2 Thanks for any help. Elahe
2016 Apr 24
1
assign color to subsets
...t; data.frame': 36919 obs. of 162 variables > > $TE :int 38,41,11,52,48,75,..... > > $TR :int 100,210,548,546,..... > > $Command :factor W/2229 levels > "_localize_PD","_localize_tre_t2","_abdomen_t1_seq","knee_pd_t1_localize"... > > > >and the subsets are names in Command which has t1 or t2 letters: > > > > > > > > hast1=grepl("t1", df$Command, fixed=TRUE) > > hast2=grepl("t2", df$Command, fixed=TRUE) > > > > > >the colors I want in...
2016 Apr 24
0
assign color to subsets
...; >> data.frame': 36919 obs. of 162 variables >> $TE :int 38,41,11,52,48,75,..... >> $TR :int 100,210,548,546,..... >> $Command :factor W/2229 levels "_localize_PD","_localize_tre_t2","_abdomen_t1_seq","knee_pd_t1_localize"... >> >>and the subsets are names in Command which has t1 or t2 letters: >> >> >> >> hast1=grepl("t1", df$Command, fixed=TRUE) >> hast2=grepl("t2", df$Command, fixed=TRUE) >> >> >>the colors I want in my plot ar...
2016 Apr 24
0
assign color to subsets
...y plot. > > > data.frame': 36919 obs. of 162 variables > $TE :int 38,41,11,52,48,75,..... > $TR :int 100,210,548,546,..... > $Command :factor W/2229 levels "_localize_PD","_localize_tre_t2","_abdomen_t1_seq","knee_pd_t1_localize"... > >and the subsets are names in Command which has t1 or t2 letters: > > > > hast1=grepl("t1", df$Command, fixed=TRUE) > hast2=grepl("t2", df$Command, fixed=TRUE) > > >the colors I want in my plot are : hast1 and hast2 >Thanks for any h...