gh_pop_set_xml_count {flowWorkspace} | R Documentation |
It is for internal use by the diva parser
gh_pop_set_xml_count(gh, node, count)
gh |
GatingHierarchy |
node |
the unique gating path that uniquely identifies a population node |
count |
integer number that is events count for the respective gating node directly parsed from xml file |
## Not run: gh_pop_set_xml_count(gh, "CD3", 10000) ## End(Not run)