Displaying 4 results from an estimated 4 matches for "stem3".
Did you mean:
stem
2003 Feb 06
1
Réf. : About STEM Plot in R
....math.ethz.ch on 06/02/2003 07:05:04
Envoy? par : r-help-admin at stat.math.ethz.ch
Pour : r-help at stat.math.ethz.ch
cc :
Objet : [R] About STEM Plot in R
Hey
Does anybody know if R can plot the 3-dimensinal
stem graphs?
In Matlab, there is such similare function to plot
3D plots, stem3(X,Y, Z), where X, Y , Z (column vectors) are
coordinate values of data points.
Thanks.
Fred
______________________________________________
R-help at stat.math.ethz.ch mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help
2010 Mar 16
0
FW: How to parse a string (by a "new" markup) with R ?
...GGGCA"
Str<- ">>>>>>>..>>>>........<<<<.>>>>>.......<<<<<.....>>>>>.......<<<<<<<<<<<<."
x<-splitSeq(Seq,Str)
x
stem0 stem1 stem2 stem3 stem4
before "" "" "" "" ""
opening "GCCTCGA" "GCTC" "TACGA" "ACCAG" ""
inside "" "AGTTGGGA" "CTGAAGA"...
2003 Feb 06
0
About STEM Plot in R
Hey
Does anybody know if R can plot the 3-dimensinal
stem graphs?
In Matlab, there is such similare function to plot
3D plots, stem3(X,Y, Z), where X, Y , Z (column vectors) are
coordinate values of data points.
Thanks.
Fred
2010 Mar 16
3
How to parse a string (by a "new" markup) with R ?
Hello all,
For some work I am doing on RNA, I want to use R to do string parsing that
(I think) is like a simplistic HTML parsing.
For example, let's say we have the following two variables:
Seq <-
"GCCTCGATAGCTCAGTTGGGAGAGCGTACGACTGAAGATCGTAAGGtCACCAGTTCGATCCTGGTTCGGGGCA"
Str <-