Nothing
# ============================================================================
# Wrapper to prob-zk functions
#
# Details:
# # Check if zh, a, and b are vectors
# ============================================================================
check_vectors <- function(zh, a, b) {
if (!(is.vector(zh) && is.vector(a) && is.vector(b))) {
stop("Error: zh, a and b must be vectors.")
}
}
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.