We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd40870 commit a4a2967Copy full SHA for a4a2967
1 file changed
inst/extdata/scripts/impetus/qsimVis_example.R
@@ -132,10 +132,13 @@ qsimVis::Berlin_add_poi(
132
poiType = "wwtp",
133
poiTitle = "Kläranlagen",
134
fillColor = "#6B3E3A",
135
- lineColor = "#FF796D",
136
- plotNames = TRUE,
+ lineColor = "#FF796D",
+ plotNames = FALSE,
137
sw_connection = TRUE,
138
- rivers = rivers)
+ rivers = rivers,
139
+ pCex = 2,
140
+ legendPosition = "topright",
141
+ dashed_connection = FALSE)
142
143
qsimVis::Berlin_add_poi(
144
poiType = "dwtp",
@@ -144,7 +147,9 @@ qsimVis::Berlin_add_poi(
147
lineColor = "#9DD0FF",
145
148
plotNames = TRUE,
146
149
150
151
152
+ legendPosition = "topright")
153
154
# on single POI (--> KWB)
155
qsimVis::add_POI(
0 commit comments