#' @export
#' @method write_nifti antsImage
write_nifti.antsImage = function(nim,
filename, ...){
antsImageWrite(image = nim, filename = filename)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.