#' Utility function for number of fields in a hyperellipsoid
#'
#' @param hellip A valid hyperellipsoid object
#' @return The number of fields in the object (should be 3)
fieldcount <- function(hellip){
numFields <- length(names(hellip))
return(numFields)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.