ourMELONS/man/inputdlg.Rd

19 lines
461 B
Text
Raw Normal View History

2020-03-18 08:27:21 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/inputdlg.R
\name{inputdlg}
\alias{inputdlg}
\title{Gather user input}
\usage{
2021-06-29 10:37:42 +02:00
inputdlg(prompt, dims = 1, definput = NULL)
2020-03-18 08:27:21 +01:00
}
\arguments{
\item{prompt}{Text field with user instructions}
2020-03-18 15:02:38 +01:00
\item{dims}{number of dimensions in the answwers}
2021-06-29 10:37:42 +02:00
\item{definput}{default value of the input}
2020-03-18 08:27:21 +01:00
}
\description{
Replicates the functionality of the homonymous function in Matlab (sans dialog box)
}