plan: Title

Description Usage Arguments Value Examples

View source: R/plan.R

Description

Title

Usage

1
2
plan(nij = 5, r = 2, c = 2, re = 1, ce = 1, ie = 1, icon = rat,
  colo = c("darkgrey", "white"), seed = 1, ...)

Arguments

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()

Value

plot of (r x c)-plan

Examples

 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)

vonthein/illustrator documentation built on Nov. 7, 2019, 4:32 p.m.