View source: R/flownet_rectangular.R
ispresent_4wayintersections | R Documentation |
Solver technique seems to get stuck when four domains are touching. The point on the 4-way intersection may throw a numerical problem. This function checks if such points exist.
ispresent_4wayintersections(df)
df |
list with dataframes with problem description |
boolean. 'TRUE' if 4-way intersections exist
df <- flownet_geometry_rectangular() ispresent_4wayintersections(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.