Skip to content

Commit a700b19

Browse files
authored
add @param to roxygen code for manuals
1 parent e00b7d6 commit a700b19

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

R/factorize.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11

22
#' Factorize tensor product effects
33
#'
4+
#' @param x input
5+
#' @param ... additional parameters
6+
#'
47
#' @export
58
#' @name factorize
69

710
factorize <- factorise <- function(x, ...) {
811
UseMethod("factorize")
912
}
1013

11-
factorize.default <- function(x, ...) stop("No default factorization.")
14+
factorize.default <- function(x, ...) stop("No default factorization.")

0 commit comments

Comments
 (0)