diff --git a/R/hmde_plot_obs_est_inds.R b/R/hmde_plot_obs_est_inds.R index 1e381a4..b1f0f65 100644 --- a/R/hmde_plot_obs_est_inds.R +++ b/R/hmde_plot_obs_est_inds.R @@ -2,15 +2,12 @@ #' on posterior estimates. Structured to take in the measurement_data tibble constructed by #' the hmde_extract_estimates function. #' -#' @param model model name character string #' @param measurement_data tibble with estimated measurements #' @param ind_id_vec vector with list of ind_id values #' @param n_ind_to_plot integer giving number of individuals to plot if not speciried #' @param xlab character string for replacement x axis label #' @param ylab character string for replacement y axis label #' @param title character string for replacement plot title -#' @param colour character string for replacement line colour -#' @param alpha real number for replacement alpha value #' #' @return ggplot object #' @export diff --git a/man/hmde_plot_obs_est_inds.Rd b/man/hmde_plot_obs_est_inds.Rd index d359095..0940246 100644 --- a/man/hmde_plot_obs_est_inds.Rd +++ b/man/hmde_plot_obs_est_inds.Rd @@ -27,12 +27,6 @@ hmde_plot_obs_est_inds( \item{ylab}{character string for replacement y axis label} \item{title}{character string for replacement plot title} - -\item{model}{model name character string} - -\item{colour}{character string for replacement line colour} - -\item{alpha}{real number for replacement alpha value} } \value{ ggplot object