Nothing
###
### $Id: mkconstarray.R 29 2022-05-30 23:02:22Z proebuck $
###
### Create a constant array of specified class.
###
##-----------------------------------------------------------------------------
mkconstarray <- function(class.type = c("character",
"complex",
"double",
"integer",
"logical",
"numeric"),
value,
size) {
matlab::repmat(as(value, match.arg(class.type)), size)
}
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.