ourMELONS/man/inputdlg.Rd
Waldir Leoncio 67170d1c7b Refactoring
2021-06-29 10:37:42 +02:00

18 lines
461 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/inputdlg.R
\name{inputdlg}
\alias{inputdlg}
\title{Gather user input}
\usage{
inputdlg(prompt, dims = 1, definput = NULL)
}
\arguments{
\item{prompt}{Text field with user instructions}
\item{dims}{number of dimensions in the answwers}
\item{definput}{default value of the input}
}
\description{
Replicates the functionality of the homonymous function in Matlab (sans dialog box)
}