Dear the friends of R-Ecology: 
     I am a beginner for R language, and I think my problem may be very 
simple.
   --------------------
   Prior to use R, I used matlab to draw several plots of different heights 
into one object. 
   The codes are that: 
      axes('position', [0.1,0.1,0.4,0.1]); plot……
      axes('position', [0.1,0.2,0.4,0.2]); plot…….
      axes('position', [0.1,0.4,0.4,0.3]); plot…….
   I am wondering if there is some kind of function in R to draw plots at the 
specified locations?
  ---------------------------  
     
    Note: the following is the helping information of the function: axes.  
 
   AXES   Create axes in arbitrary positions.
    AXES('position', RECT) opens up an axis at the specified location
    and returns a handle to it.
    RECT = [left, bottom, width, height] specifies the location and
    size of the side of the axis box, relative to the lower-left
    corner of the Figure window, in normalized units where (0,0)
    is the lower-left corner and (1.0,1.0) is the upper-right.
 
  
 
Any help is strongly appreciated,
thank you in advance,
 
----------------------
Zongshan, Li 
2010-01-01
Research Center for Eco-Environmental Sciences,Chinese Academy of Sciences
Shuangqing Road, Haidian street, Beijing, 100085
Tel: 86-10-13699145748
QQ: 1141958023
email: [email protected]
website: http://www.rcees.ac.cn/  


      
        [[alternative HTML version deleted]]

_______________________________________________
R-sig-ecology mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-ecology

Reply via email to