R/plot.closer_grid_archetypal.R

Defines functions plot.closer_grid_archetypal

Documented in plot.closer_grid_archetypal

plot.closer_grid_archetypal=function(x,...){
	#
	# Check class
	#
	if(!inherits(x,"closer_grid_archetypal")){stop("Error, input must be an object of class 'closer_grid_archetypal'")} #RE SET!
	#	 
	aa=x$aa	
	# Plot the closer_grid_archetypal:
	plot(aa)
	return(invisible(NULL))
}

Try the GeomArchetypal package in your browser

Any scripts or data that you put into this service are public.

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