R/print.AmerPut.R

Defines functions print.AmerPut

Documented in print.AmerPut

print.AmerPut <-
function(x, ...){
	cat("American Put Option\nPrice: ")
	cat(x$price)
}

Try the LSMonteCarlo package in your browser

Any scripts or data that you put into this service are public.

LSMonteCarlo documentation built on May 2, 2019, 8:55 a.m.