You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a function to generate network figures, and it's sometimes giving me an unusual error. I couldn't exactly place what exactly was causing the error.
The message I'm getting is:
Error in unit(x_new, "mm") : 'x' and 'units' must have length > 0
Calls: <Anonymous> ... makeContent -> makeContent.cappedpathgrob -> grob -> unit
Execution halted
which seems related to having long node names, and trying to draw nodes and edges in a certain way.
Here's a small reprex (in the form of an Rmarkdown chunk)
I'm writing a function to generate network figures, and it's sometimes giving me an unusual error. I couldn't exactly place what exactly was causing the error.
The message I'm getting is:
which seems related to having long node names, and trying to draw nodes and edges in a certain way.
Here's a small reprex (in the form of an Rmarkdown chunk)
The text was updated successfully, but these errors were encountered: