R/env_returnSimTime.R

Defines functions env_returnSimTime

Documented in env_returnSimTime

env_returnSimTime <-
function(xmlResultFile)
{
	# xmlResultData[[1]] gives all the simulation tag information
	# Get the attributes of this tag, and return the time (the second attribute)
	return(as.numeric(xmlAttrs(xmlResultFile[[1]])[[2]]))
}

Try the iDynoR package in your browser

Any scripts or data that you put into this service are public.

iDynoR documentation built on May 2, 2019, 5:56 a.m.