R/env_returnMeanBiofilmThickness.R

Defines functions env_returnMeanBiofilmThickness

Documented in env_returnMeanBiofilmThickness

env_returnMeanBiofilmThickness <-
function(xmlResultFile)
{
	# xmlResultData[[1]] gives all the simulation tag information
	# xmlResultData[[1]][[1]] gives the simulation tag of the env_state file
	# xmlResultData[[1]][[1]][[1]] gives the thickness tag set
	# xmlResultData[[1]][[1]][[1]][[1]] gives the mean thickness value	
	return(xmlResultFile[[1]][[1]][[1]][[1]])
}

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.