Nothing
## File Name: Revalpr_maxabs.R
## File Version: 0.06
Revalpr_maxabs <- function( Rstring_x, Rstring_y, print.string=TRUE, na.rm=FALSE)
{
Rstring1 <- paste0( "print( max(abs(", Rstring_x,"-", Rstring_y,"), na.rm=",
na.rm, ") )" )
Reval( Rstring=Rstring1, print.string=print.string, n.eval.parent=2)
}
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.