Home
last modified time | relevance | path

Searched refs:rowlabel (Results 1 – 25 of 124) sorted by relevance

12345

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_matrix/
H A Dmatrix_csimex01.php57 $mp->rowlabel->Set($rowlabels);
58 $mp->rowlabel->SetSide('right');
59 $mp->rowlabel->SetFont(FF_ARIAL, FS_NORMAL, 8);
60 $mp->rowlabel->SetFontColor('lightgray');
62 $mp->rowlabel->SetCSIMTargets($rowlabeltargets);
H A Dmatrix_edgeex01.php42 $mp->rowlabel->Set($ylabels);
43 $mp->rowlabel->SetSide('right');
44 $mp->rowlabel->SetFont(FF_ARIAL, FS_NORMAL, 8);
45 $mp->rowlabel->SetFontColor('darkgray');
H A Dmatrix_edgeex02.php37 $mp->rowlabel->Set($rowtitles);
38 $mp->rowlabel->SetFont(FF_ARIAL, FS_NORMAL, 10);
39 $mp->rowlabel->SetFontColor('blue');
40 $mp->rowlabel->SetSide('left');
H A Dmatrix_ex06.php61 $mp->rowlabel->Set($rowlabels);
62 $mp->rowlabel->SetSide('right');
63 $mp->rowlabel->SetFont(FF_ARIAL, FS_NORMAL, 8);
64 $mp->rowlabel->SetFontColor('lightgray');
/dports/math/R-cran-quantreg/quantreg/R/
H A Dtable.R30 rowlabel <- "Covariates" functionVar
34 rowlabel <- "Quantiles"
36 latex.table(table, caption = caption, rowlabel = rowlabel, file = file, ...)
284 rowlabel <- NULL
295 if (!is.null(rowlabel))
341 if (is.null(rowlabel)) {
351 rowlabel <- paste(sl, "bf ", rowlabel, sep = "")
361 if (!is.null(rowlabel))
362 rowlabel <- ""
369 if (is.null(rowlabel))
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dimpgraphs.m1 function impgraphs(response,collabel,rowlabel)
2 %function impgraphs(response,collabel,rowlabel)
3 % collabel and rowlabel are cell arrays with string contents
60 ylabel(rowlabel{irow});
H A Dimrgraph.m48 rowlabel = 1; variable
58 if rowlabel == 1
70 rowlabel = 0; variable
H A Dimcerrgraph.m50 rowlabel = 1; variable
62 if rowlabel == 1
74 rowlabel = 0; variable
H A Dimcgraph.m55 rowlabel = 1; variable
66 if rowlabel == 1
78 rowlabel = 0; variable
H A Dfn_imcerrgraph_scl.m64 rowlabel = 1; variable
108 if rowlabel == 1
120 rowlabel = 0; variable
H A Dfn_imcgraph.m59 rowlabel = 1; variable
108 if rowlabel == 1
120 rowlabel = 0; variable
H A Dfn_imcerrgraph.m61 rowlabel = 1; variable
109 if rowlabel == 1
121 rowlabel = 0; variable
H A Dfn_multigraph2.m67 rowlabel = 1; variable
110 if rowlabel == 1
125 rowlabel = 0; variable
H A Dfn_imcgraph_scl.m64 rowlabel = 1; variable
114 if rowlabel == 1
126 rowlabel = 0; variable
H A Dfn_multigraph1.m67 rowlabel = 1; variable
110 if rowlabel == 1
125 rowlabel = 0; variable
H A Dimc2errgraph.m70 rowlabel = 1; variable
107 if rowlabel == 1
119 rowlabel = 0; variable
H A Dfn_imc2errgraph.m74 rowlabel = 1; variable
118 if rowlabel == 1
130 rowlabel = 0; variable
H A Dperr1graph.m77 rowlabel = 1; variable
120 if rowlabel == 1
132 rowlabel = 0; variable
H A Dperr2graph.m72 rowlabel = 1; variable
115 if rowlabel == 1
127 rowlabel = 0; variable
H A Dfn_multigraph1_ver2.m80 rowlabel = 1; variable
123 if rowlabel == 1
138 rowlabel = 0; variable
H A Dfn_multigraph1_ver2_all_labels.m79 rowlabel = 1; variable
122 %if rowlabel == 1
143 rowlabel = 0; variable
/dports/math/R-cran-quantreg/quantreg/man/
H A Dlatex.table.Rd9 rowlabel=file, rowlabel.just="l", cgroup, n.cgroup, rgroup, n.rgroup=NULL,
17 \item{rowlabel}{ If `x' has row dimnames, rowlabel is a character
20 \item{rowlabel.just}{ If `x' has row dimnames, specifies the
22 "l", "r", "c"'. The heading (`rowlabel') itself
23 is left justified if `rowlabel.just="l"', otherwise it is centered. }
30 `rowlabel' does not count in the column numbers. You can omit
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dbystats.s99 rowlabel=attr(object,"byvarnames"), ...)
110 latex(oldUnclass(object), title=title, caption=caption, rowlabel=rowlabel,
244 rowlabel="", ...)
269 latex(st, title=title, caption=caption, rowlabel=rowlabel,
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_dmatrix.h41 const char *rowlabel, const char *collabel);
53 const char *rowlabel, const char *collabel);
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_dmatrix.h41 const char *rowlabel, const char *collabel);
53 const char *rowlabel, const char *collabel);

12345