Hi all,
I’m trying to output specific spatial transitions via R and the rsyncosim package. Using the libraries from the Advanced Course last November, I’ve successfully subset the results to isolate individual transitions using this code:
> myRastersTimestep5 = datasheetRaster(myProject, scenario=162, “STSim_OutputSpatialTransition”, timestep=5, subset=expression(grepl(“tg_489”,Filename,fixed=T)))
The issue is I can’t figure out how to identify what transition the “tg_489” id is associated with? I’ve looked at the Types by Group ID but it doesn’t appear to be that. Is the “tg_XX” an internal code the software assigns?
Thanks for any insight!
Kevin