Displaying 3 results from an estimated 3 matches for "plotmat".
Did you mean:
plotmath
2009 Jun 30
1
Windowing issue with diagram package & R 9.1
...this normal behavior or is there an issue.
Thanks,
Rob Baer
----------------------------------
Fr0m the diagram package vignette:
par(mar=c(1,1,1,1),mfrow=c(2,2))
#
#
names <- c("A","B","C","D")
M <- matrix(nrow=4,ncol=4,byrow=TRUE,data=0)
pp<-plotmat(M,pos=c(1,2,1),name=names,lwd=1,box.lwd=2,cex.txt=0.8,
box.size=0.1,box.type="square",box.prop=0.5)
#
#
M[2,1]<-M[3,1]<-M[4,2]<-M[4,3] <- "flow"
pp<-plotmat(M,pos=c(1,2,1),curve=0,name=names,lwd=1,box.lwd=2,cex.txt=0.8,
box.type="circle",box.prop=1...
2008 Oct 22
1
plotting matrix
...be the
name on the y-axis or the main label... On top of this I would like
to add a smooth into the mix loess.
something like this maybe
library(ggplot2)
qplot(a, b, data=g)+geom_smooth()
but with the previous stipulations
thanks for all of your help - I looked at the mail archives and tried
plotmat, but this didn't seem to do whaqt I wanted.
thanks
stephen
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel...
2009 Jul 10
2
drawing hmms
Hi,
I need to draw hmm's in R.I also need to include a small plot near each
state of the hmm.How can I do this?
--
Rajesh.J
[[alternative HTML version deleted]]