Displaying 1 result from an estimated 1 matches for "coefind".
Did you mean:
cobind
2004 Dec 27
1
splot.screen: multiple plots
...I can
find an example of what I am looking for.
thanks
Anne
----------------------------------------------------------
here is a simplified example with the same data for all
plots
X<-c(1.00000 3.63168 6.44916 10.17572 20.47440)
Y<-c(0.26 0.56 0.80 0.92 0.88)
numFreq<-7
numdist<-8
coefind <- 1
quartz(display = "", width =15, height = 10, pointsize = 9,
family = "Helvetica", antialias = TRUE,
autorefresh = TRUE)
par(pty="s")
split.screen(c(numdist,numFreq))
for (inddist in 1:numdist)
{
for (indFreq in 1:numFreq)
{
indscreen<- ind...