Home
last modified time | relevance | path

Searched defs:intcols (Results 1 – 2 of 2) sorted by relevance

/dports/math/R-cran-DoE.base/DoE.base/R/
H A DcorrPlot.R55 intcols <- which(effid %in% (nfac+1):(nfac*(nfac+1)/2 + nfac*(nfac-1)*(nfac-2)/6 )) functionVar
/dports/math/gretl/gretl-2021d/lib/src/
H A Dmatrix_extra.c1958 char *intcols = NULL; in gretl_matrix_print_with_format() local