R/homoth.R

homoth <- function (form=rbind(c(0,1),c(1,1)),centre=c(0,1),scale=0.5)
{
# center on 0
form<-form-rbind(centre,centre)
form<-form*scale
form<-form+rbind(centre,centre)
form
}

Try the sequence package in your browser

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

sequence documentation built on March 26, 2020, 7:30 p.m.