R/plot.grid_archetypal.R

Defines functions plot.grid_archetypal

Documented in plot.grid_archetypal

plot.grid_archetypal=function(x,...){
	#
	# Check class
	#
	if(!inherits(x,"grid_archetypal")){stop("Error, input must be an object of class 'grid_archetypal'")} #RE SET!
	#	 
	aa=x$aa	
	# Plot the 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.