Constructs the openxlsx worksheet for the Cluster Summary analysis.
oxClusterSummarySheet(wb.name, sheet.name = "ClusterSummary", df)
Name of the workbook for the results; e.g., results.wb
Name of the worksheet being formatted; default:
"ClusterSummary"
data.frame containing the cluster summary from the
ConservedWaters()
function; e.g., h2o.clusters.summary
The workbook containing the indicated and newly formatted worksheet.
This function is to ONLY be used with the results of
ConservedWaters()
. Specific aspects of how the
returned data.frame
will be formatted are hard-coded into this
function.
This openxlsx function is NOT exported.
Other "openxlsx functions": openxlsxCellStyles
,
oxAlignOverlapSheet
,
oxClusterStatsSheet
,
oxInitWaterDataSheet
,
oxPDBcleanedSummarySheet
,
oxPlainDataSheet
,
oxRCSBinfoSheet
,
oxWaterOccurrenceSheet