getAggPoplikeFiles: Processing the popdyn.dat files

Description Usage Arguments Examples

View source: R/getAggPoplikeFiles.R

Description

This function process the popdyn_simu_xxx.dat files storing Ns at pop

Usage

1
2
getAggPoplikeFiles(general = general, explicit_pops = c(0, 1, 2, 3, 11,
  23, 24, 26, 30, 31, 32), the_baseline = "svana_baseline")

Arguments

fname

First name

lname

Last name

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## Not run: 
general <- setGeneralOverallVariable (pathToRawInputs =file.path("C:", "Users", "fbas", 
                                                "Documents", "GitHub", paste0("DISPLACE_input_gis_", 
                                                 "DanishFleet")),
                                      pathToDisplaceInputs = file.path("C:", "Users", "fbas", 
                                                "Documents", "GitHub", paste0("DISPLACE_input_", "DanishFleet")),
                                      pathToOutputs =file.path("C:","DISPLACE_outputs"),
                                      caseStudy="DanishFleet",
                                      iGraph=41,
                                      iYear="2015",
                                      iCountry="DEN",
                                      nbPops=39,
                                      nbSzgroup=14,
                                      theScenarios= c("svana_baseline",
                                                      "svana_sub1mx20",
                                                      "svana_sub4mx20",
                                                      "svana_sub4mx5ns20bt",
                                                      "svana_sub4mx20ns5bt",
                                                      "svana_sub4mx5ns5bt" ),
                                      nbSimus=20,
                                      useSQLite=FALSE    
                                      )






  getAggPoplikeFiles(general=general,
                     explicit_pops=c(0, 1, 2, 3, 11, 23, 24, 26, 30, 31, 32),
                     the_baseline ="svana_baseline"
                     )  

  
## End(Not run)

frabas/displaceplot documentation built on May 3, 2019, 4:06 p.m.