Nothing
      summary.QuantoAmerPut <-
function(object, ...){
	cat("\nQuanto American Put Option\nMethod: Simple Least Squares Monte Carlo\n")
	mat1<-matrix(object)
	rownames(mat1)<-c("Option price", "Spot price", "Strike", "Volatility", "Number of paths", "Number of time-steps", "Interest rate", "Dividend rate", "Maturity time","Spot price of 3rd asset", "Volatility of 3rd asset", "Interest rate of 3rd asset", "Dividend rate of 3rd asset","Correlation coefficient")
	colnames(mat1) <- c(" ")
	print(mat1)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.