We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Yes this would be good...
Sorry, something went wrong.
Simple approach would be:
m = tm_rnet(...) m + tm_layout(...) `` No?
add an alpha option to tm_rnet, usefull when showing 2 layers at same time.
alpha
No branches or pull requests
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 dataThe text was updated successfully, but these errors were encountered: