Skip to content

Commit 10471f8

Browse files
committed
fix missing @return documentation
1 parent 6cd2c80 commit 10471f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/methods.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#'@param maxiter integer for maximum number of iterations of \code{SR} function
88
#'@param epsilon positive convergence threshold
99
#'@param bailout integer argument
10+
#'@returns an object of class \code{method.SCGLR}
1011
methodSR <- function(phi="vpi", l=1, s=1/2, maxiter=1000, epsilon=1e-6, bailout=10) {
1112

1213
# check arguments

man/methodSR.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)