Forest: Title

Description Usage Arguments Value Examples

View source: R/forest.R

Description

Title

Usage

1
2
3
Forest(ni = 30, path = 5, nrow = 0, near = 3, icon = fir,
  sizeratio = 1.4, colri = c("green", "lightgreen"),
  colle = c("darkgreen", "green"), iex = 1, ip = 1, seed = 12345, ...)

Arguments

ni

trees per stand

path

gap between stands

nrow

number of rows of trees, if 0, uniformly random

near

factor to the distance between symbols

icon

symbol as a matrix

sizeratio

factor by which symbols in right stand are larger

colri

extreme colors of right stand

colle

extreme colors of left stand

iex

symbol expansion factor

ip

symbol height factor

seed

for random number generator

...

input to function lines()

Value

plot of two groups of symbols in rows and columns or uniformly distributed

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
Forest()
Forest(ni=28,nrow=5,near=5)
Forest(path=2,ni=50)
Forest(ni=28,nrow=5,near=5,icon=bush)
Forest(ni=15,nrow=5,near=-2,icon=wheat-3,path=11,
       colle=c("yellow","gold"),colri=c("lightgreen","yellow"),col="brown")
Forest(ni=12,nrow=4,near=-2,icon=0.8*bike,path=11,
       colle=c("white","white"),colri=c("white","white"),col="blue",lwd=5)
Forest(ni=15,nrow=5,near=-2,icon=arabidopsis/2.2,path=11,
       colle=c("lightgreen","green"),colri=c("green","darkgreen"),col="darkgreen")

## End(Not run)

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