Home
last modified time | relevance | path

Searched refs:strheight (Results 1 – 25 of 85) sorted by relevance

1234

/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A Dtextplot.R287 …rowheight = apply(object,1, function(X) max(strheight(X,cex=cex)) ) + strheight("(",cex=cex) * (1 …
305 …rowheight = apply(object,1, function(X) max(strheight(X,cex=cex)) ) + strheight("(",cex=cex) * (1 …
352 ypos = y - rowheight[1] + strheight("(",cex=cex) * (1 + rmar)
356 ypos = y - rowheight[1]/2 + strheight("(",cex=cex) * (1 + rmar)/2
368 ypos = y - sum(rowheight[1:(j)]) + strheight("(",cex=cex) * (1 + rmar)
372 …ypos = y - (sum(rowheight[1:(j)]) + sum(rowheight[0:(j-1)]))/2 + strheight("(",cex=cex) * (1 + rma…
453 cheight <- max(sapply(unlist(slist), strheight, cex=cex)) * ( lspace + 0.5 )
457 height <- strheight(object, cex=cex)
H A Dchart.StackedBar.R174 …label.height = .25 + cex.axis * apply(t(names(ep1)),1, function(X) max(strheight(X, units="in")/pa…
268 label.height = .25 + cex.axis * max(strheight(rownames(w), units="in")/par('cin')[2])
/dports/math/R/R-4.1.2/src/library/graphics/man/
H A Dstrwidth.Rd16 strheight(s, units = "user", cex = NULL, font = NULL, vfont = NULL, ...)
19 \alias{strheight}
73 shL <- strheight(all.lett, units = "inches") * 72 # 'big points'
82 strheight(sumex)
/dports/math/libRmath/R-4.1.1/src/library/graphics/man/
H A Dstrwidth.Rd16 strheight(s, units = "user", cex = NULL, font = NULL, vfont = NULL, ...)
19 \alias{strheight}
73 shL <- strheight(all.lett, units = "inches") * 72 # 'big points'
82 strheight(sumex)
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/
H A Dsvgdomdocument.cpp74 QString strheight = QString::number(scaled) + units; in setHeight() local
75 svgroot.setAttribute("height",strheight); in setHeight()
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeatherMapNode.class.php219 list($strwidth, $strheight) = $map->myimagestringsize($this->labelfont, $this->proclabel);
223 $boxwidth = ($strheight * $padfactor) + $padding;
225 …debug ("Node->pre_render: ".$this->name." Label Metrics are: $strwidth x $strheight -> $boxwidth x…
235 $txt_x = $this->x + ($strheight / 2);
240 $txt_x = $this->x - ($strheight / 2);
248 $boxheight = ($strheight * $padfactor) + $padding;
249 …debug ("Node->pre_render: ".$this->name." Label Metrics are: $strwidth x $strheight -> $boxwidth x…
258 $txt_y = $this->y + ($strheight / 2);
263 $txt_y = $this->y - ($strheight / 2);
/dports/math/R-cran-qualityTools/qualityTools/R/
H A Dpar_l.r65 mymai[1] = max(strheight(names(xtable), units = "inches")) * 3
66 mymai[4] = strheight("Cumulative Percentage", units = "inches") * 8
73 mymai[4] = strheight("Cumulative Percentage", units = "inches") * 8
/dports/math/R-cran-BsMD/BsMD/R/
H A DLenthPlot.R42 text(adj * (n + 1) * c(1, 1), (ME + strheight("M",
47 text(adj * (n + 1) * c(1, 1), (SME + strheight("M",
/dports/graphics/R-cran-qcc/qcc/R/
H A Dcauseandeffect.R41 hc <- max(strheight(effect, units="user"),
42 unlist(sapply(cause, strheight, units="user")))
/dports/security/keybase/client-v5.7.1/go/chat/maps/
H A Dsrv.go45 strheight := req.URL.Query().Get("height")
62 height, err := strconv.ParseInt(strheight, 0, 0)
/dports/devel/R-cran-evaluate/evaluate/tests/testthat/
H A Dplot-strwidth.r2 y <- strheight('foo', 'inches')
/dports/math/R-cran-scatterplot3d/scatterplot3d/
H A DNAMESPACE2 …lot.new", "plot.window", "points", "polygon", "segments", "strwidth", "text", "title", "strheight")
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dplot.lm.R148 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
286 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
319 yi <- ymax - 1.5*strheight(" ")
322 text(xi, ymax-0.8*strheight(" "), paste(bval[i]),
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dplot.lm.R148 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
286 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
319 yi <- ymax - 1.5*strheight(" ")
322 text(xi, ymax-0.8*strheight(" "), paste(bval[i]),
/dports/graphics/R-cran-diagram/diagram/R/
H A Dtextempty.R10 text.height <- strheight(lab, units = "user", cex = cex)
/dports/graphics/R-cran-diagram/diagram/
H A DNAMESPACE3 "points", "polygon", "rect", "segments", "strheight",
/dports/math/R/R-4.1.2/src/library/graphics/R/
H A Dstrwidth.R30 strheight <-
/dports/math/libRmath/R-4.1.1/src/library/graphics/R/
H A Dstrwidth.R30 strheight <-
/dports/math/R-cran-robustbase/robustbase/R/
H A Dplot.lmrob.R86 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
125 y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3
/dports/math/R-cran-sp/sp/R/
H A DcompassRose.R3 mheight<-strheight("M")
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dpstamp.s16 0.6*strheight('m')
/dports/games/senken/senken-0.3.0/src/
H A Dsdlwin.c409 int strheight = 0; in display_land_value() local
438 strheight = 12; /* xxx */ in display_land_value()
442 (drawsquare->parts.lefty + drawsquare->parts.righty)/2 - strheight/2, in display_land_value()
/dports/math/R-cran-scatterplot3d/scatterplot3d/R/
H A Dscatterplot3d.R165 lheight <- (strheight("\n") - strheight("M")) * asp
166 lheight2 <- (strheight("\n") - strheight("M"))
/dports/math/R-cran-raster/raster/R/
H A Dtext.R18 yo <- hw * graphics::strheight('A')
/dports/math/R/R-4.1.2/src/library/grid/man/
H A Dunit.Rd61 \item{\code{"strheight"}}{Multiples of the height of the string
112 \code{"strheight"}.

1234