Displaying 1 result from an estimated 1 matches for "usermax".
Did you mean:
usermap
2009 Jun 07
1
Must be a better way to collate sequenced data
...user <- utime.data[i, "USER"];
utime.tstart[user] <<- day;
}
}
# Build table of maximum profile sizes
utime.userMax <<- aggregate(utime.data["USER_COUNT"],
utime.data["USER"],
max);
utime.atimes <<- vector("numeric", length=nrow...