From acc4f86d3cf900c6bb2df0cdff7738bf9e054040 Mon Sep 17 00:00:00 2001 From: Anrijs Abele Date: Sun, 22 Sep 2024 15:20:57 +0100 Subject: [PATCH] Updated documentation --- man/model_viewer.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/model_viewer.Rd b/man/model_viewer.Rd index 8ea96f7e..ec809f2a 100644 --- a/man/model_viewer.Rd +++ b/man/model_viewer.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/shiny_modelviewer.R \name{model_viewer} \alias{model_viewer} -\title{Mesh building shiny app. Creates and visualises a mesh from some spatial data.} +\title{Model viewing shiny app. Visualises INLA model output, plots the posterior distributions of model parameters and prediction statistics.} \usage{ model_viewer( model_output, @@ -24,5 +24,5 @@ model_viewer( shiny::app } \description{ -Mesh building shiny app. Creates and visualises a mesh from some spatial data. +Model viewing shiny app. Visualises INLA model output, plots the posterior distributions of model parameters and prediction statistics. }