Learn R Programming

vanddraabe (version 1.1.1)

oxClusterSummarySheet: openxlsx Cluster Summary Sheet

Description

Constructs the openxlsx worksheet for the Cluster Summary analysis.

Usage

oxClusterSummarySheet(wb.name, sheet.name = "ClusterSummary", df)

Arguments

wb.name

Name of the workbook for the results; e.g., results.wb

sheet.name

Name of the worksheet being formatted; default: "ClusterSummary"

df

data.frame containing the cluster summary from the ConservedWaters() function; e.g., h2o.clusters.summary

Value

The workbook containing the indicated and newly formatted worksheet.

Details

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.

See Also

Other "openxlsx functions": openxlsxCellStyles, oxAlignOverlapSheet, oxClusterStatsSheet, oxInitWaterDataSheet, oxPDBcleanedSummarySheet, oxPlainDataSheet, oxRCSBinfoSheet, oxWaterOccurrenceSheet