Nothing
##' NMsim_known is an old name for NMsim_EBE()
##' @param ... Everything passed to NMsim_EBE()
##' @return Path to simulation control stream
##' @export
##' @keywords internal
NMsim_known <- function(...){
message("NMsim_known() has been renamed to NMsim_EBE(). Calling NMsim_EBE().")
NMsim_EBE(...)
}
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.