comparePieplotStressPerPort: Produce pie plots centered on ports with proportion affected...

Description Usage Arguments Examples

View source: R/comparePieplotStressPerPort.R

Description

This function produces pieplots centered on ports of

Usage

1
2
3
4
5
6
7
8
9
comparePieplotStressPerPort(general, a_variable = "rev_from_av_prices",
  nbsim = 20, the_baseline = "svana_baseline",
  a_polygon_including_interesting_ports = list(x = c(-2.850909,
  16.955191, 18.233003, -12.434505), y = c(46.47831, 52.22793, 63.08831,
  62.44946)), selected_scenarios = c("svana_sub1mx20", "svana_sub4mx20"),
  name_scenarios = c("svana_sub1mx20", "svana_sub4mx20"),
  gis_shape = list(svana_sub1mx20 = list(NSsub1mx20, BSsub1mx20),
  svana_sub4mx20 = list(NSsub4mx20, BSsub4mx20)), a_width = 3400,
  a_height = 3500, xlims = c(-1, 17), ylims = c(53, 60))

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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## 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    
                                      )




  library(maptools)
  NSsub1mx20                  <- readShapePoly(file.path('C:','Users','fbas','Documents','GitHub',
                                                    'DISPLACE_SVANAProject', 'Input for DISPLACE', 'NST2_sub1_mx20_wgs84'), proj4string=CRS("+proj=longlat +ellps=WGS84"))
  BSsub1mx20                  <- readShapePoly(file.path('C:','Users','fbas','Documents','GitHub',
                                                    'DISPLACE_SVANAProject', 'Input for DISPLACE', 'BHT2_Sub1_Mx_20_wgs84'), proj4string=CRS("+proj=longlat +ellps=WGS84"))
  NSsub4mx20                  <- readShapePoly(file.path('C:','Users','fbas','Documents','GitHub',
                                                      'DISPLACE_SVANAProject', 'Input for DISPLACE', 'NST2_sub4_mx_20_wgs84'), proj4string=CRS("+proj=longlat +ellps=WGS84"))
  BSsub4mx20                  <- readShapePoly(file.path('C:','Users','fbas','Documents','GitHub',
                                                        'DISPLACE_SVANAProject', 'Input for DISPLACE', 'BHT2_Sub4_Mx_20LongTailedD_wgs84'), proj4string=CRS("+proj=longlat #'+ellps=WGS84"))


 
 
loadLoglikeFiles (general, use_port_info=TRUE)


comparePieplotStressPerPort (general,
                                      nbsim=20,
                                      the_baseline="svana_baseline",
                                      a_polygon_including_interesting_ports= list(x=c(-2.850909,  16.955191,  18.233003, -12.434505),
                                                                                  y=c(46.47831, 52.22793, 63.08831, 62.44946)),
                                      selected_scenarios=  c("svana_sub1mx20","svana_sub4mx20"), 
                                      gis_shape=list(
                                          svana_sub1mx20=   list(NSsub1mx20, BSsub1mx20),
                                          svana_sub4mx20=   list(NSsub4mx20, BSsub4mx20)),
                                          a_width= 3200, a_height =2100, xlims =  c(7, 16), ylims = c(53.5,59)
                                          ) 
 
## End(Not run)

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