populationdynamicfunc: This function gives the estimation for the dynamic...

Description Usage Arguments Value Examples

View source: R/populationdynamic_func.R

Description

This function gives the estimation for the dynamic population.

Usage

1

Arguments

country

list include total travel in: total_in, total travel out each day, total_out, durationtravel, population P

Value

the dynamic population of the coutry with travel take in to account

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(CONETTravel)
P= 10^6
durationtravel = 84
total_in = round(runif(84,300,400),digits=0)
total_out = round(runif(84,300,400),digits=0)
country = list(P =P, total_in = total_in, total_out= total_out,durationtravel=durationtravel )
populationdynamicfunc(country)

## End(Not run)

leminhthien2011/CONETTravel documentation built on April 18, 2021, 4:17 a.m.