as.character.inits {nonmemica} | R Documentation |
Coerce inits to character
Description
Coerces inits to character.
Usage
## S3 method for class 'inits'
as.character(
x,
pretty = TRUE,
sep = ";",
delim = " ; ",
widths = comwidth(x),
...
)
Arguments
x |
inits |
... |
passed arguments |
Value
character
See Also
Other as.character:
as.character.init()
,
as.character.items()
,
as.character.model()
,
as.character.problem()
[Package nonmemica version 1.0.11 Index]