Description Usage Arguments Details Value Author(s) See Also
Extract plot labels and, if available, names for each replicate and variable
1  | fdlabels(fdnames, nrep, nvar) 
 | 
fdnames | 
 a list of lenght 3 with xlabel, casenames, and ylabels.  | 
nrep | 
 integer number of cases or observations  | 
nvar | 
 integer number of variables  | 
xlabel <- if(length(fdnames[[1]])>1) names(fdnames)[1] else fdnames[[1]]
ylabel <- if(length(fdnames[[3]])>1) names(fdnames)[3] else fdnames[[3]]
casenames <- if(length(fdnames[[2]])== nrep)fdnames[[2]] else NULL
varnames <- if(length(fdnames[[3]])==nvar)fdnames[[3]] else NULL
A list of xlabel, ylabel, casenames, and varnames
Jim Ramsay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.