clPlot: class plot

Description Usage Arguments Value Author(s) Examples

Description

Generic function to generate plot of classes.

Usage

1
clPlot(meas = NULL, dpgmm = NULL, nc = 2)

Arguments

meas

object of class SIRData.

dpgmm

object of class clusData.

nc

number of column of plot.

Value

Multiplot panel. Each plot represents a class. The histograms represent the mean clearness Index distribution of the class and the bars represent the standard deviation of the class.

Author(s)

Azeddine Frimane Azeddine.frimane@uit.ac.ma; Azeddine.frimane@yahoo.com

Examples

1
2
3
4
5
data("SIRData_obj")
data("clusData_obj")

# three classes of GHI.
clPlot(SIRData_obj, clusData_obj, 2)

frimane/SolarClusGnr documentation built on May 8, 2019, 8:58 p.m.