Nothing
## File Name: rm_facets_print_progress_parameter.R
## File Version: 0.08
rm_facets_print_progress_parameter <- function( parm, parm0, parmlabel, digits_parm )
{
cat( paste( " Maximum ", parmlabel, " parameter change=",
paste( round(max(abs(parm0-parm)), digits_parm), collapse=" " ), "\n", sep=""))
}
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.