R/plot_gdm_pers.R

Defines functions plot_gdm_pers

## File Name: plot_gdm_pers.R
## File Version: 0.01


# plot person parameters
plot_gdm_pers <- function( person, dim1, dim2, pchpers, cexpers, perstype )
{
    dd1 <- dim1
    dd2 <- dim2
    graphics::plot( person[,dd1], person[,dd2], xlab=paste0(perstype, " Dim",dd1),
            ylab=paste0(perstype, " Dim",dd2), pch=pchpers, cex=cexpers)
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.