Skip to content

Commit a4a2967

Browse files
committed
Update
1 parent fd40870 commit a4a2967

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

inst/extdata/scripts/impetus/qsimVis_example.R

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,13 @@ qsimVis::Berlin_add_poi(
132132
poiType = "wwtp",
133133
poiTitle = "Kläranlagen",
134134
fillColor = "#6B3E3A",
135-
lineColor = "#FF796D",
136-
plotNames = TRUE,
135+
lineColor = "#FF796D",
136+
plotNames = FALSE,
137137
sw_connection = TRUE,
138-
rivers = rivers)
138+
rivers = rivers,
139+
pCex = 2,
140+
legendPosition = "topright",
141+
dashed_connection = FALSE)
139142

140143
qsimVis::Berlin_add_poi(
141144
poiType = "dwtp",
@@ -144,7 +147,9 @@ qsimVis::Berlin_add_poi(
144147
lineColor = "#9DD0FF",
145148
plotNames = TRUE,
146149
sw_connection = TRUE,
147-
rivers = rivers)
150+
rivers = rivers,
151+
pCex = 2,
152+
legendPosition = "topright")
148153

149154
# on single POI (--> KWB)
150155
qsimVis::add_POI(

0 commit comments

Comments
 (0)