Skip to content

Commit a596571

Browse files
updates
1 parent 49bb3cb commit a596571

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

R/vizGlassbrain.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
#'
66
#' @description Visualizing brain connectivity with a glass brain plot
77
#'
8-
#' @details This function takes a vector (`length(data)`=number of edges in the connectome) of edge values and visualizes the edge-to-edge connectivity with a glass brain plot
8+
#' @details This function takes a vector of edge values and visualizes the edge-to-edge connectivity with a glass brain plot
99
#'
10-
#' @param data a vector of edge values with 4005, 7021, 23871 or 30135 columns
10+
#' @param data a vector of edge values with a length of 4005, 7021, 23871 or 30135
1111
#' @param surf_color color of the cortical surface. Set to `'grey'` by default
1212
#' @param node_color color of the nodes. Set to `'#00BA38'` by default
1313
#' @param surf_alpha alpha value of the cortical surface, where 0 will cause the cortical surface to disappear and 1 will cause the cortical surface to be completely opaque. Set to `0.2` by default
14-
#' @param cmap A string vector containing 2 to 3 color names/codes specifying the colors to be used for the color scale. See `RColorBrewer::display.brewer.all()` for all possible cmap options. If none are specified, appropriate colors will be automatically selected according to `range(surf_data)`
14+
#' @param cmap A string vector containing 2 to 3 color names/codes specifying the colors to be used for the color scale. See `RColorBrewer::display.brewer.all()` for all possible cmap options. If none are specified, appropriate colors will be automatically selected according to `range(data)`
1515
#' @param node_size size parameter for the dots representing the nodes. Set to `8` by default.
1616
#' @param node_label option to show node labels. Set to `TRUE` by default.
1717
#' @param node_label_size font size of the node labels. Set to `10` by default.
1818
#' @param node_label_color font color of the node labels. Set to `black` by default.
1919
#' @param edgethickness a value to adjust the thickness of the edges. Set to `8` by default.
20-
#' @param limits A combined pair of numeric vector composed of the lower and upper color scale limits of the plot. When left unspecified, the symmetrical limits `c(-max(abs(data),max(abs(data)))` will be used.
20+
#' @param limits A combined pair of numeric values composed of the lower and upper color scale limits of the plot. When left unspecified, the symmetrical limits `c(-max(abs(data),max(abs(data)))` will be used.
2121
#' @param colorbar_title title for the colorbar legend. Set to `'Connectivity strength` by default
2222
#' @param orientation_labels A boolean object specifying if orientation labels are to be displayed. Set to `TRUE` by default
2323
#' @param remove_brain A boolean object specifying cortical surface should be removed. Set to `FALSE` by default

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: '3.2'
22
pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-06-05T16:20Z
5+
last_built: 2025-06-05T16:30Z

docs/reference/vizGlassbrain.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/check_cifti.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vizGlassbrain.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)