Skip to content

Commit

Permalink
Update net.loads.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChristensen committed Mar 8, 2024
1 parent 86c1212 commit 09dd062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/net.loads.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ net.loads <- function(
# rotation = "geominq"

#' @exportS3Method
# S3 Print Method
# S3 Print Method ----
# Updated 08.10.2023
print.net.loads <- function(x, ...)
{
Expand Down Expand Up @@ -350,7 +350,7 @@ print.net.loads <- function(x, ...)
}

#' @exportS3Method
# S3 Summary Method
# S3 Summary Method ----
# Updated 12.07.2023
summary.net.loads <- function(object, ...)
{
Expand Down

0 comments on commit 09dd062

Please sign in to comment.