Skip to content

[help] tar_visnetwork plot size #1330

Closed Answered by wlandau
rsangole asked this question in Help
Discussion options

You must be logged in to vote

You could try piping tar_visnetwork() into visNetwork::visOptions():

targets::tar_visnetwork() |>
  visNetwork::visOptions(width = "800px", height = "800px")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsangole
Comment options

Answer selected by rsangole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants