Skip to content

Commit

Permalink
Removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 8, 2024
1 parent d91ec09 commit 6337c05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ epiworldR_env <- new.env()
#' This function is for internal use only.
#'
#' @return Returns the `epiworldR_env` environment.

#' @export
epiworldRenv <- function() {
epiworldR_env
Expand Down
4 changes: 0 additions & 4 deletions R/functions-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#'
#' @return A matrix representing the generated population, with columns for age
#' groups (0-19, 20-59, 60+), NotHispanic, and Female.

#' @examples
#' pop_generator(n = 10000, prop_hispanic = .5, prop_female = .5,
#' prop_19_59_60plus = c(.3, .6))
Expand Down Expand Up @@ -62,7 +61,6 @@ pop_generator <- function(
#' @return An integer representing the scale for the y-axis. A max counts value
#' of 10000 will return a scale of 1, 100000 will return a scale of 1000,
#' 1000000 will return a scale of 10000.

#' @examples
#' find_scale(100000)
#'
Expand All @@ -82,7 +80,6 @@ find_scale <- function(x) {
#'
#' @return A plot displaying each state from the model over the course of the
#' simulation

#' @examples
#' library(epiworldR) # for ModelSEIRCONN function
#' model <- ModelSEIRCONN("COVID-19", n = 1000, prevalence = 0.05,
Expand Down Expand Up @@ -241,7 +238,6 @@ plot_epi <- function(model, mark_max) {
#'
#' @return A plot displaying the reproductive number for the model over the
#' course of the simulation

#' @examples
#' library(epiworldR) # for ModelSEIRCONN function
#' model <- ModelSEIRCONN("COVID-19", n = 1000, prevalence = 0.05,
Expand Down
1 change: 0 additions & 1 deletion R/functions-ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @return
#' - Unless otherwise specified, returns an object of class shiny.tag.
#' @name epiworldrshiny-ui

#' @examples
#' text_input_disease_name("SEIRD")
text_input_disease_name <- function(model_name) {
Expand Down

0 comments on commit 6337c05

Please sign in to comment.