start_base.Rd
\name{start_base}
\alias{start_base}
\title{
An R-Shiny application for sex estimation following Boucherie (2023)
}
\description{
Launches the graphical user interface (GUI)
}
\usage{
start_base()
}
\note{
The R console is not available when the GUI is active. To exit the
GUI, type Echap (on MS Windows systems) or Ctrl+C (on Linux systems)
in the R console.
On 14-inch (or smaller) screens, for convenience, it may be necessary
to decrease the zoom level of your web browser and/or to turn on
fullscreen mode.
}
\value{
The function returns no value by itself, but all results can be
retrieved through the graphical interface.
}
\references{
Boucherie, A. (2023) Analyse du dimorphisme sexuel de variables
métriques de la base du crâne : intérêts archéo-anthropologiques et
forensiques. PhD Thesis. Université Libre de Bruxelles.
}
\author{
Frédéric Santos, \email{frederic.santos@u-bordeaux.fr}
}
\examples{
## Launch the GUI:
\dontrun{ start_base() }
}