Home
last modified time | relevance | path

Searched refs:elpos (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/R-cran-diagram/diagram/demo/
H A Dflowchart.r70 treearrow(from=elpos[1:2,],to=elpos[3:5,],arr.side=2,path="H")
85 elpos[1,1]<-0.3;elpos[2,1]<-0.7
99 straightarrow (to=elpos[2,],from=elpos[1,])
100 treearrow(from=elpos[2,],to=elpos[3:4,],arr.side=2,path="H")
101 treearrow(from=elpos[3:4,],to=elpos[5,],arr.side=2,path="H")
102 segmentarrow(from=elpos[5,],to=elpos[2,],dd=0.4)
103 curvedarrow(from= elpos[5,],to=elpos[2,],curve=0.8)
117 straightarrow(from=elpos[1,],to=elpos[2,],lty=3,lcol=3)
118 segmentarrow(from=elpos[1,],to=elpos[2,],lty=1,lcol=1)
119 treearrow(from=elpos[2:3,],to=elpos[4,],lty=4,lcol=4)
[all …]
/dports/graphics/R-cran-diagram/diagram/R/
H A Dcoordinates.R14 elpos <- cbind(xl, yl) functionVar
24 elpos <-NULL
31 elpos<-rbind(elpos, c(xpos[j], ypos[i]))
34 elpos <- rotatexy(elpos, angle=90, mid=c(0.5, 0.5))
37 elpos<-pos
51 elpos[,1] <-usr[1]+elpos[,1]*(usr[2]-usr[1])
52 elpos[,2] <-usr[3]+elpos[,2]*(usr[4]-usr[3])
55 coordinates<-elpos + matrix(nrow = nrow(elpos), ncol = 2, byrow=TRUE, data=c(mx, my))
H A Dplotmat.R126 elpos <- coordinates(pos, mx, my, ncomp, relsize=relsize) functionVar
127 if (nrow(elpos) != ncomp)
158 pos1 <- elpos[ii[1], ] # pos to
159 pos2 <- elpos[ii[2], ] # pos from
275 p <- elpos[i, ]
289 rect <- cbind(elpos-radii, elpos+radii)
290 colnames(elpos) <- colnames(radii) <- c("x", "y")
295 comp=elpos, radii=radii, rect=rect)
/dports/graphics/R-cran-diagram/diagram/inst/doc/
H A Ddiagram.R459 curvedarrow(from = elpos[1, ], to = elpos[2, ], curve = -0.5,
461 straightarrow(from = elpos[1, ], to = elpos[2, ], lty = 3, lcol = 3)
462 segmentarrow (from = elpos[1, ], to = elpos[2, ], lty = 1, lcol = 1)
464 bentarrow (from = elpos[3, ], to = elpos[3, ]-c(0.1, 0.1),
466 bentarrow(from = elpos[1, ], to = elpos[3, ], lty = 5, lcol = 5)
468 splitarrow(from = elpos[1, ], to = elpos[2:3, ], lty = 1,
485 curvedarrow(from = elpos[1, ], to = elpos[2, ], curve = -0.5,
487 straightarrow(from = elpos[1, ], to = elpos[2, ], lty = 3, lcol = 3)
490 bentarrow (from = elpos[3, ], to = elpos[3, ]-c(0.1, 0.1),
492 bentarrow(from = elpos[1, ], to = elpos[3, ], lty = 5, lcol = 5)
[all …]
H A Ddiagram.Rnw395 elpos <- coordinates (c(1, 1, 2, 4))
401 arrpos[i, ] <- straightarrow (to = elpos[fromto[i, 2], ],
478 elpos <- coordinates (c(1, 2, 1), mx = 0.1, my = -0.1)
479 curvedarrow(from = elpos[1, ], to = elpos[2, ], curve = -0.5,
481 straightarrow(from = elpos[1, ], to = elpos[2, ], lty = 3, lcol = 3)
482 segmentarrow (from = elpos[1, ], to = elpos[2, ], lty = 1, lcol = 1)
483 treearrow (from = elpos[2:3, ], to = elpos[4, ], lty = 4, lcol = 4)
484 bentarrow (from = elpos[3, ], to = elpos[3, ]-c(0.1, 0.1),
486 bentarrow(from = elpos[1, ], to = elpos[3, ], lty = 5, lcol = 5)
488 splitarrow(from = elpos[1, ], to = elpos[2:3, ], lty = 1,
[all …]
/dports/graphics/R-cran-diagram/diagram/man/
H A Dtextrect.Rd70 elpos <-coordinates (c(1, 1, 1, 1, 1))
72 textparallel(mid = elpos[1,], col = 1, radx = 0.2, rady = 0.1,
74 textparallel(mid = elpos[2,], col = 1, radx = 0.2, rady = 0.1,
76 textparallel(mid = elpos[3,], col = 1, radx = 0.2, rady = 0.1,
78 textparallel(mid = elpos[4,], col = 1, radx = 0.2, rady = 0.1,
80 textparallel(mid = elpos[5,], col = 1, radx = 0.2, rady = 0.1,
/dports/graphics/R-cran-diagram/diagram/vignettes/
H A Ddiagram.Rnw395 elpos <- coordinates (c(1, 1, 2, 4))
401 arrpos[i, ] <- straightarrow (to = elpos[fromto[i, 2], ],
478 elpos <- coordinates (c(1, 2, 1), mx = 0.1, my = -0.1)
479 curvedarrow(from = elpos[1, ], to = elpos[2, ], curve = -0.5,
481 straightarrow(from = elpos[1, ], to = elpos[2, ], lty = 3, lcol = 3)
482 segmentarrow (from = elpos[1, ], to = elpos[2, ], lty = 1, lcol = 1)
483 treearrow (from = elpos[2:3, ], to = elpos[4, ], lty = 4, lcol = 4)
484 bentarrow (from = elpos[3, ], to = elpos[3, ]-c(0.1, 0.1),
486 bentarrow(from = elpos[1, ], to = elpos[3, ], lty = 5, lcol = 5)
488 splitarrow(from = elpos[1, ], to = elpos[2:3, ], lty = 1,
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t500_Visualization/
H A Delpos.m1 function [XY,code]=elpos(Label); function
4 % [XYZ,code]=elpos(Label);
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dsicad.vim202 syn keyword sicadStatement ekur ekuradd elel elpos epg
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dsicad.vim202 syn keyword sicadStatement ekur ekuradd elel elpos epg
/dports/mail/thunderbird-dictionaries/dictionaries/spell-lv-LV.xpi/
H A Dlv-LV.dic51200 elpos/}����{|�~��
/dports/graphics/graphviz/graphviz-2.44.1/share/examples/
H A Dworld.gv102066 102059 [pos = "271.619995,141.419998",IP="212.33.82.30",HOST=" (dns.elpos.net)"];