Open temospena opened 2 years ago
Add title option in tm_rnet, such as:
tm_rnet
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
tm_rnet_multiple()
Yes this would be good...
Simple approach would be:
m = tm_rnet(...) m + tm_layout(...) `` No?
add an alphaoption to tm_rnet, usefull when showing 2 layers at same time.
alpha
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