Skip to content
Snippets Groups Projects
getPathOrder.Rd 458 B
Newer Older
  • Learn to ignore specific revisions
  • % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/splat-simulate.R
    \name{getPathOrder}
    \alias{getPathOrder}
    \title{Get path order}
    \usage{
    getPathOrder(path.from)
    }
    \arguments{
    \item{path.from}{vector giving the path endpoints that each path orginates
    from.}
    }
    \value{
    Vector giving the order to process paths in.
    }
    \description{
    Identify the correct order to process paths so that preceding paths have
    already been simulated.
    }