powered by
In package HiveR, hive plot data sets are stored as an S3 class called HivePlotData, detailed below.
HiveR
HivePlotData
The structure of a HivePlotData object is a list of 6 elements, some of which are data frames, and an attribute, as follows:
Bryan A. Hanson, DePauw University. hanson@depauw.edu
sumHPD to summarize a HivePlotData object. chkHPD to verify the integrity of a HivePlotData object. ranHiveData to generate random HivePlotData objects for testing and demonstration.
sumHPD
chkHPD
ranHiveData
test4 <- ranHiveData(nx = 4) str(test4) sumHPD(test4) plotHive(test4)
Run the code above in your browser using DataLab