Nothing
toString.CGr <-
function(x, signifDigits=x$input$signifDigits, alpha=x$input$alpha, verbose=FALSE, ...) {
vals<- .Internal.format_signif(c(x$x,
x$input$kp*x$u), x$input$signifDigits)
res <- paste0("Method of Center of Gravity with replicates: value = (",
vals[1], " \u00B1 ", vals[2], ")"
)
return( res )
}
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.