Added inputdlg homonymous
This commit is contained in:
parent
32e57e4de4
commit
ac05f90b87
3 changed files with 36 additions and 0 deletions
18
man/inputdlg.Rd
Normal file
18
man/inputdlg.Rd
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
% 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{definput}{default value of the input}
|
||||
|
||||
\item{dim}{number of dimensions in the answwers}
|
||||
}
|
||||
\description{
|
||||
Replicates the functionality of the homonymous function in Matlab (sans dialog box)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue