Home
last modified time | relevance | path

Searched defs:lty (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/math/R-cran-sm/sm/inst/scripts/
H A Dair_scat.q11 lines(xlim, c(0,0), lty=2) nameattr
12 lines(c(0,0), ylim, lty=2) nameattr
14 lines(xlim, c(0,0), lty=2) nameattr
15 lines(c(0,0), ylim, lty=2) nameattr
17 lines(xlim, c(0,0), lty=2) nameattr
18 lines(c(0,0), ylim, lty=2) nameattr
20 lines(xlim, c(0,0), lty=2) nameattr
21 lines(c(0,0), ylim, lty=2) nameattr
H A Dsp_comp2.q7 legend(3.0, 1.1, c("Period 1", "Period 2"), lty = c(3,2)) nameattr in c
11 legend(3.0, 1.1, c("Period 2", "Period 3"), lty = c(2,1)) nameattr in c
H A Dsp_test1.q8 legend(3.0, 1.1, c("Period 1", "Period 2"), lty = c(3,2)) nameattr in c
13 legend(3.0, 1.1, c("Period 2", "Period 3"), lty = c(2,1)) nameattr in c
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Devent.chart.s304 lty = line.lty, lwd = legend.line.lwd, define
354 lty = now.line.lty, lwd = now.line.lwd, col = now.line.col) define
457 lty = as.vector(line.lty[names.by == line.byw[i]]), define
464 lty = line.lty[1], lwd = line.lwd[1], col = line.col[1]) define
530 lty = line.add.lty[j], lwd = line.add.lwd[j], define
547 lty = line.lty, lwd = legend.line.lwd, define
H A DxYplot.s351 lty = dob(lty.bands, lty, ng, j), define
358 lty = dob(lty.bands, lty, ng, j), define
380 lty = lty, lwd = lwd, col = col) define
/dports/science/R-cran-etm/etm/inst/doc/
H A DetmCIF_tutorial.R63 ci.type = "pointwise", col = c(1, 2), lwd = 2, lty = 1, cex = 1.3) nameattr
70 col = c(1, 1, 2, 2), lty = c(1, 2, 1, 2), legend = FALSE) nameattr in c
71 legend(0, 0.8, c("Control", "Exposed"), col = c(1, 2), lty = 1, nameattr
73 legend(0, 0.7, c("ETOP", "Life Birth"), col = 1, lty = c(1, 2), nameattr in c
/dports/graphics/R-cran-ggplot2/ggplot2/inst/doc/
H A Dggplot2-specs.R9 lty <- c("solid", "dashed", "dotted", "dotdash", "longdash", "twodash") vector
12 lty = lty nameattr
22 lty <- c("11", "18", "1f", "81", "88", "8f", "f1", "f8", "ff") vector
25 lty = lty nameattr
/dports/devel/R-cran-vcd/vcd/R/
H A Dshadings.R15 interpolate = c(2, 4), lty = 1, eps = NULL, line_col = "black", argument
68 lty = legend.lty, lty.bins = lty.bins) globalVar
94 return(structure(list(col = col, fill = fill, lty = ltytmp), class = "gpar")) nameattr
105 interpolate = c(2, 4), lty = 1, eps = NULL, line_col = "black", argument
164 lty = legend.lty, lty.bins = lty.bins) globalVar
190 return(structure(list(col = col, fill = fill, lty = ltytmp), class = "gpar")) nameattr
199 h = c(2/3, 0), lty = 1:2, interpolate = c(2, 4), eps = 0.01, line_col = "black", ...) argument
207 shading_Friendly2 <- function(observed = NULL, residuals = NULL, expected = NULL, df = NULL, lty = … argument
217 h = c(260, 0), lty = 1:2, interpolate = c(2, 4), eps = 0.01, argument
228 …h = NULL, c = NULL, l = NULL, lty = 1, eps = NULL, line_col = "black", level = c(0.9, 0.99), n = 1… argument
[all …]
/dports/math/R-cran-robustbase/robustbase/tests/
H A DQn-Sn-plots.R41 legend("topleft", c("Qn", "Sn"), col=1:2, lty=1:2, bty="n", pch=paste(1:2)) nameattr
58 legend(.85*N, 0.4, c("Qn()", "Sn()"), col = 2:3, lty = 1, nameattr
67 matplot(n, r, ylim = c(0.9, 1.1), type = 'b', col = 2:3, lty = 1) nameattr
70 matplot(n, r^2, ylim = c(0.7, 1.3), type = 'b', col = 2:3, lty = 1) nameattr
/dports/math/R-cran-car/car/R/
H A DregLine.R7 regLine <- function(mod, col=carPalette()[2], lwd=2, lty=1, ...){ argument
16 lines(c(x[min], x[max]), c(y[min], y[max]), col=col, lty=lty, lwd=lwd, ...) nameattr
/dports/math/R-cran-FrF2/FrF2/R/
H A Dmyscatterplot3d.R215 z.min), col = col.axis, lty = lty.axis) nameattr
219 lines(xx[c(2, 2)], c(z.min, z.max), col = col.axis, lty = lty.axis) nameattr
229 z.min + temp1), col = col.axis, lty = lty.hide) nameattr
231 temp1 + z.max), col = col.axis, lty = lty.axis) nameattr
241 z.max + temp1), col = col.axis, lty = if (!angle.2) nameattr
245 z.max + temp1), col = col.axis, lty = if (angle.2) nameattr
265 z.max, col = col.axis, lty = lty.axis) nameattr
266 lines(xx[c(1, 1)], c(z.min, z.max), col = col.axis, lty = lty.axis) nameattr
292 lty = "dashed", lty.box = NULL, ...) { argument
/dports/math/R/R-4.1.2/src/library/stats/demo/
H A Dsmooth.R23 type= c("p",rep("l",k)), pch= par("pch"), lwd= slwd, lty= slty) nameattr
27 pch= c(par("pch"),rep(-1,k)), col=1:(k+1), lwd= slwd, lty= slty) nameattr
/dports/math/libRmath/R-4.1.1/src/library/stats/demo/
H A Dsmooth.R23 type= c("p",rep("l",k)), pch= par("pch"), lwd= slwd, lty= slty) nameattr
27 pch= c(par("pch"),rep(-1,k)), col=1:(k+1), lwd= slwd, lty= slty) nameattr
/dports/finance/R-cran-vars/vars/R/
H A Dplot.varprd.R2 function(x, plot.type = c("multiple", "single"), names = NULL, main = NULL, col = NULL, lty = NULL,… argument
20 ifelse(is.null(lty), lty <- c(2, 1, 3, 3, 4), lty <- rep(lty, 5)[1:5]) globalVar
24 plotprd <- function(x, name, main, col, lty, lwd, ylab, xlab, ...){ argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Deq_op.rs150 let lty = cx.typeck_results().expr_ty(l); in check_expr() localVariable
213 let lty = cx.typeck_results().expr_ty(l); in check_expr() localVariable
/dports/science/R-cran-etm/etm/R/
H A Dplot.clos.etm.R23 … graphics::plot(c(0,x$w.time), c(0, x$weights), type = "s", axes = FALSE, lty = lty.w, xlim = xlim, nameattr
30 graphics::plot(x$time, x$phi.case, type = "s", lty = lty.e[1], xlim = xlim, functionVar
51 do.call("legend", c(list(xx, yy, curvlab, col = col.e, lty = lty.e, bty = legend.bty), nameattr
H A Dplot.etm.R2 col = 1, lty, xlim, ylim, conf.int = FALSE, level = 0.95, argument
3 ci.fun = "linear", ci.col = col, ci.lty = 3,
109 do.call("legend", c(list(xx, yy, curvlab, col=col, lty=lty, bty = legend.bty), nameattr
H A Dplot.etmCIF.R3 col = 1, lty, lwd = 1, ci.type = c("none", "bars", "pointwise"), argument
4 ci.fun = "cloglog", ci.col = col, ci.lty = 3,
121 do.call("legend", c(list(xx, yy, curvlab, col=col, lty=lty, lwd = lwd, bty = legend.bty), nameattr
H A Dlines.etm.R1 lines.etm <- function(x, tr.choice, col = 1, lty, argument
3 ci.col = col, ci.lty = 3, ...) {
/dports/math/R/R-4.1.2/src/library/graphics/R/
H A Dmatplot.R22 function(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL, col = 1:6, ...) argument
27 function(x, y, type = "l", lty = 1:5, lwd = 1, pch = NULL, col = 1:6, ...) argument
32 lty = 1:5, lwd = 1, lend = par("lend"), argument
H A Dcontour.R30 col = par("fg"), lty = par("lty"), lwd = par("lwd"), argument
76 localAxis <- function(..., col, bg, pch, cex, lty, lwd) Axis(...) argument
77 localBox <- function(..., col, bg, pch, cex, lty, lwd) box(...) argument
/dports/math/libRmath/R-4.1.1/src/library/graphics/R/
H A Dmatplot.R22 function(x, y, type = "p", lty = 1:5, lwd = 1, pch = NULL, col = 1:6, ...) argument
27 function(x, y, type = "l", lty = 1:5, lwd = 1, pch = NULL, col = 1:6, ...) argument
32 lty = 1:5, lwd = 1, lend = par("lend"), argument
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dcpgram.R50 lines(c(0, xm*(1-crit)), c(crit, 1), col = ci.col, lty = 2) nameattr
51 lines(c(xm*crit, xm), c(0, 1-crit), col = ci.col, lty = 2) nameattr
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dcpgram.R50 lines(c(0, xm*(1-crit)), c(crit, 1), col = ci.col, lty = 2) nameattr
51 lines(c(xm*crit, xm), c(0, 1-crit), col = ci.col, lty = 2) nameattr
/dports/math/R-cran-sp/sp/R/
H A DSpatialPolygons-displayMethods.R4 pbg=NULL, axes = FALSE, lty = par("lty"), ..., setParUsrBB=FALSE, argument
48 angle=45, pbg, lty = par("lty"), ..., usePolypath=NULL, argument
98 border = NULL, col = NA, lty = NULL, xpd = NULL, hatch=NA, ...) { argument

12345678910>>...16