Skip to content

[Statistics] Minimal Length of Channel #13

@discoleo

Description

@discoleo

Minimal Length of Channel

Include statistics with the minimal length of the percolating channels:

  • function length.path computes the lengths across the entire channel;
  • you can then extract the minimal length from the last column of the matrix;

Example: Minimal Length of 1 Channel

r = length.path(m, id = some_id );
len = r[ , ncol(r)];
len = len[len > 0];
minLen = min(len);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions