summary.closer_grid_archetypal: Summary of an Object of the Class closer_grid_archetypal

View source: R/summary.closer_grid_archetypal.R

summary.closer_grid_archetypalR Documentation

Summary of an Object of the Class closer_grid_archetypal

Description

It gives a summary for the output of closer_grid_archetypal

Usage

## S3 method for class 'closer_grid_archetypal'
summary(object, ...)

Arguments

object

An object of the class closer_grid_archetypal

...

Other arguments (ignored)

Details

Given an object of class closer_grid_archetypal the summary of the archetypal analysis output is given.

Value

No return value, called for side effects

Examples

	# Load package
  library(GeomArchetypal)  
	# Create random data
	set.seed(20140519)
	df=matrix(runif(90) , nrow = 30, ncol=3) 
	colnames(df)=c("x","y","z")
	# Closer Grid Archetypal
	cga=closer_grid_archetypal(df, niter = 70, verbose = FALSE)	
	# Summary of the class "closer_grid_archetypal":
	summary(cga)  

GeomArchetypal documentation built on Oct. 20, 2024, 5:06 p.m.