!urgent! Hi all. I am facing a problem plotting a indicatormatrix to
visualize the pattern. Matrix consist from 1 and 0. 

 for example x <- matrix(c(0,0,1,0, 1,1,1,1, 0,0,0,1, 1,0,1,1), nrow = 4,
ncol=4)    
 an i want to have a plot like

  |     .
  | . . . .
  |       .
  |  .  . .  
  |_______>

  I thinking of somethink like a for loop, which creates a data point
whenever a data point in x[i,j]=1. Anybody  
 can give me a hint or has an idea how to do this???? thanks in advance for
every help. Lars
  
-- 
View this message in context: 
http://www.nabble.com/-R--advanced-plotting-tf2605043.html#a7269085
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to