## File Name: m_est_add_increment.R
## File Version: 0.01
m_est_add_increment <- function(x, pos, h)
{
y <- x
y[pos] <- x[pos] + h
return(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.