Finding logical/physical size of an array in rpas
Hi,
I want to know how I can calculate logical and physical size of an array so that I can decide if teh data is sparse in array.
I know printArray will show some details like below..
NOBS = 174099926 NODS = 4 POP COUNT = 40 NA = 0
So in a btree structure under 4 nodes you have 174099926 , but I want to know in details which nodes contains what data and as per above only 40 cells are populated.
So how I can decide those 40 cells are in sparse structure etc..
Thanks.