Description Usage Arguments Value Examples
Title
1 2 |
nij |
group size |
r |
rows |
c |
columns |
re |
row effect |
ce |
column effect |
ie |
interaction effect |
icon |
symbol as a matrix |
colo |
extremes of colors |
seed |
for random number generator |
... |
input to function lines() |
plot of (r x c)-plan
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
plan()
plan(4,3,2,0.5,2,3)
plan(6,icon=cod*2.5)
plan(6,,,icon=4*fir,colo="darkgreen")
plan(6,,,icon=5*man,colo="darkgreen")
plan(9,,,icon=2*arabidopsis,colo="green")
plan(icon=4*zebrafish,colo="n",col="darkgrey")
plan(9,r=2,c=3,re=0.1,ce=0.2,ie=0,icon=3*arabidopsis,colo=c("darkgreen","yellow"),col="green")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.