popgraph {RRJ}R Documentation

make a graphic with population growth in time

Description

popgraph is a functions that make a population graph.

Usage

popgraph(r=0.1,k=100,p=10,ti=0,tf=100)

Arguments

r The intrinsic growth rate
k The environmental carrying capacity
p The initial population
ti The initial time
tf The final time

Acknowledgements

I thank all R-help list's contributors for yours, direct or indirect, contributions in this function.

Author(s)

Ronaldo Reis Jr. <chrysopa@insecta.ufv.br>

Examples

popgraph(r=0.1,k=100,p=10,ti=0,tf=100)

[Package RRJ version 0.6.3 Index]