Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Oct 5, 2024
1 parent 1c74533 commit 1bebaf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_ped_avaf_infos.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ family_infos_table <- function(pedi, col_val = NA) {
}


#' @rdname family_sel
#' @rdname ped_avaf_infos
#' @importFrom shiny NS column uiOutput textOutput
#' @importFrom DT dataTableOutput
ped_avaf_infos_ui <- function(id, height = "auto") {
Expand Down
1 change: 1 addition & 0 deletions R/app_plot_legend.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ plot_legend_ui <- function(id, height = "200px") {
#'
#' @param id A string.
#' @param pedi A reactive pedigree object.
#' @inheritParams plot_legend
#' @returns A static UI with the legend.
#' @examples
#' if (interactive()) {
Expand Down
1 change: 1 addition & 0 deletions R/app_plot_ped.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ plot_ped_ui <- function(id) {
#' @param title A string to name the plot.
#' @param precision An integer to set the precision of the plot.
#' @param max_ind An integer to set the maximum number of individuals to plot.
#' @inheritParams plot_pedigree
#' @returns A reactive ggplot or the pedigree object.
#' @examples
#' if (interactive()) {
Expand Down

0 comments on commit 1bebaf3

Please sign in to comment.