NlmeJobStatus | R Documentation |
Reads progress file and returns the status of a job
NlmeJobStatus(job)
job |
NLME job object |
Character. Job status messages.
param <- NlmeEngineExtraParams(
method = 3,
numIterations = 1000
)
profile1 <- ProfileVar("tvV", 9.548, "-2,-1,0,1,2")
profile2 <- ProfileVar("tvCl", 0.919, "-0.5,0,1.5")
profiles <- ProfileParameters("USE_DELTA", c(profile1, profile2))
job <- profilePertubate(defaultHost, params, profiles, model)
status <- NlmeJobStatus(job)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.