powered by
Get information on Y-margin for plotting
ymarginfo(SIDE = 1, s1 = 0.1, s2 = 0.8)
plotting side 1,2,3,4
lower percent of margin to return
upper percent of margin to return
vector c(a, b) giving coordinates in margin worth plotting.
Function uses par to help determine how to plot objects in the margins.
par
# NOT RUN { plot(c(0,1), c(0,1), type='n') s1=0.4 s2=0.95 ym = ymarginfo(SIDE=1, s1=s1, s2=s2) # }
Run the code above in your browser using DataLab