Function twolayerOpt

  • create a default TwolayerOpt

    This is a Twolayer that optimally removes crossings between the two layers. Because this is local, it might not fully remove link crossings that decrossOpt will, but it can run on larger dags and will often be faster.

    Parameters

    • Rest ...args: never[]

    Returns TwolayerOpt

    Example

    const layout = sugiyama().decross(decrossTwoLayer().order(twolayerOpt()));
    

Generated using TypeDoc