R/set.current.case.S

"set.current.case" <- 
function(object, current.index)
{
	if(current.index > object$grid$nclass || current.index < 1)
		stop("this index doesn't exist")
	object$grid$current.index <- current.index
	object
}
harrysouthworth/kohonen documentation built on May 17, 2019, 3:03 p.m.