U-Shift / biclar

Strategic cycle network planning tools, evidence and reproducible code
https://u-shift.github.io/biclar/
GNU Affero General Public License v3.0
4 stars 3 forks source link

tm_rnet() titles and all #21

Open temospena opened 2 years ago

temospena commented 2 years ago

Add title option in tm_rnet, such as:

tm_layout(title = title, panel.show = T) + ...

Create a function (tm_rnet_multiple()?) to be able to show and hide more than one layer: different visualization for the same data

Robinlovelace commented 2 years ago

Yes this would be good...

Robinlovelace commented 2 years ago

Simple approach would be:


m = tm_rnet(...)
m + tm_layout(...)
``

No?
temospena commented 2 years ago

add an alphaoption to tm_rnet, usefull when showing 2 layers at same time.