Can mona() work on data frames?
  Its code starts with
	if(!is.matrix(x))
		stop(message = "x is not a matrix.")

Also, the problem remains that the API does not allow character matrices
to be passed in .Fortran().

What do the following S-PLUS internal functions do:
	addc
	sclpro
	eigen1
???


