Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
vpnsctl committed Dec 1, 2024
1 parent 4a01948 commit 6a71517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/spacetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ spacetime.operators <- function(mesh_space = NULL,
#'op_cov <- spacetime.operators(space_loc = s, time_loc = t,
#' kappa = 5, sigma = 10, alpha = 1,
#' beta = 2, rho = 1, gamma = 0.05)
#'op_cov <- update.spacetimeobj(op_cov, kappa = 4,
#'op_cov <- update(op_cov, kappa = 4,
#' sigma = 2, gamma = 0.1)

update.spacetimeobj <- function(object,
Expand Down
2 changes: 1 addition & 1 deletion man/update.spacetimeobj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a71517

Please sign in to comment.