R/env_returnStdDevBiofilmThickness.R

Defines functions env_returnStdDevBiofilmThickness

Documented in env_returnStdDevBiofilmThickness

env_returnStdDevBiofilmThickness <-
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]][[2]][[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.