R/textindsup.R

Defines functions textindsup

Documented in textindsup

textindsup <- function(resmca,supdata,axes=c(1,2),col='darkred') {
    coord <- supind(resmca,supdata)$coord
    text(coord[,axes],rownames(coord),col=col)
    }

Try the GDAtools package in your browser

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

GDAtools documentation built on Oct. 6, 2023, 5:07 p.m.