Skip to content

Commit

Permalink
Add argument to function call in eg
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Sep 7, 2019
1 parent 5971cdc commit a26b674
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/vol-surface-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ print.VolSurface <- function(x, ...) {
#' smile = rep(seq(10, 20, length.out = 4), each = 3),
#' value = seq(1, 0.1, length.out = 12),
#' reference_date = as.Date("2019-04-26"),
#' type = "strike"
#' type = "strike",
#' ticker = "ABC.AX"
#' )
#' @seealso [VolSurface()], [build_vol_quotes()]
#' @export
Expand Down
8 changes: 5 additions & 3 deletions man/VolQuotes.Rd

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

0 comments on commit a26b674

Please sign in to comment.