Skip to content

Commit

Permalink
Quick doc cross-ref improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 5, 2020
1 parent 2139584 commit 39aab9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ neuprint_ROIs <- function(superLevel = FALSE, dataset = NULL, fromNeuronFields=
#' mapply(shade3d, mbmeshes, col=rainbow(length(mbmeshes)))
#' }
#' }
#' @seealso \code{\link{neuprint_ROIs}}, \code{\link{neuprint_get_roiInfo}}
#' @seealso \code{\link{neuprint_ROIs}}, \code{\link{neuprint_get_roiInfo}},
#' \code{\link{neuprint_ROI_hierarchy}}
#' @export
neuprint_ROI_hierarchy <- function(root=NULL, rval=c("edgelist","graph"),
dataset = NULL, conn = NULL,...){
Expand Down
2 changes: 1 addition & 1 deletion R/roi.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ neuprint_ROI_connectivity <- function(rois, full=TRUE,
#' @param ... methods passed to \code{\link{neuprint_login}}
#' @export
#' @return a \code{\link[rgl]{mesh3d}} object
#' @seealso \code{\link{neuprint_ROIs}}
#' @seealso \code{\link{neuprint_ROIs}}, \code{\link{neuprint_ROI_hierarchy}}
neuprint_ROI_mesh <- function(roi, dataset = NULL, conn = NULL, ...){
conn=neuprint_login(conn)
dataset = check_dataset(dataset, conn=conn)
Expand Down
3 changes: 2 additions & 1 deletion man/neuprint_ROI_hierarchy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/neuprint_ROI_mesh.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39aab9d

Please sign in to comment.