inst/rstudio/templates/project/create-ggseg-atlas/R/data.R

#' {GGSEG} atlas
#'
#' Add a short description of this atlas.
#'
#' @docType data
#' @name {GGSEG}
#' @keywords datasets
#' @family ggseg_atlases ggseg3d_atlases
#' @references Add reference to the atlas description paper. make sure to add the url to pubmed
#'     (\href{https://pubmed.ncbi.nlm.nih.gov/xxxxx/}{PubMed})
#'     
#' \itemize{
#'  \item{{GGSEG}}{ - {GGSEG} atlas}
#'  \item{{GGSEG}_3d}{ - {GGSEG} 3d mesh atlas}
#'}
#'
#' @import ggseg
#' @import ggseg3d
#' @rdname {GGSEG}
#' @examples
#' data({GGSEG})
#' data({GGSEG}_3d)
"{GGSEG}"

#' @rdname {GGSEG}
"{GGSEG}_3d"
LCBC-UiO/ggsegExtra documentation built on May 9, 2022, 1:07 a.m.