Skip to content

Commit

Permalink
Exporting and documenting the time series panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Dec 21, 2019
1 parent f41ca61 commit f60ca9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export(readNifti)
export(retrieveNifti)
export(rgbArray)
export(rotation)
export(timeSeriesPanel)
export(updateNifti)
export(view)
export(voxelToWorld)
Expand Down
5 changes: 3 additions & 2 deletions R/viewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,11 @@ lyr <- function (image, scale = "grey", min = NULL, max = NULL)
return (paste(ifelse(escapeToQuit,"Press Esc","Right click"), "to leave interactive mode", sep=" "))
}

#' The built-in viewer's default info panel
#' Info panels for the built-in viewer
#'
#' A default info panel for \code{\link{view}}, which shows the labels and
#' values of each image at the current point.
#' values of each image at the current point, and a panel suitable for
#' plotting four-dimensional time series images.
#'
#' @param point A numeric vector giving the current point location.
#' @param data A list of data values for each image at the current point.
Expand Down
8 changes: 6 additions & 2 deletions man/defaultInfoPanel.Rd

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

0 comments on commit f60ca9a

Please sign in to comment.