R/updatePath.r

Defines functions updatePath

Documented in updatePath

## update path slot in an SpatialStreamNetwork object


updatePath <- function(ssn, filepath){
    ssn@path <- filepath
    print(paste("SSN path updated to", filepath, sep = " "))
    return(ssn)

}
jayverhoef/SSN documentation built on May 1, 2023, 1:04 p.m.