R/archetypesBoundary.R

Defines functions archetypesBoundary

Documented in archetypesBoundary

archetypesBoundary <- function(data,numArch,verbose,numRep){

  ldata <- data 
 
  #Run archetypes algorithm repeatedly from 1 to numArchet archetypes:
  sequen <- seq(length = numArch)
  lass <- stepArchetypesRawData(data = ldata, numArch = sequen, 
                            numRep = numRep, verbose = verbose) 

  return(lass) 
}

Try the Anthropometry package in your browser

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

Anthropometry documentation built on March 7, 2023, 6:58 p.m.