Home
last modified time | relevance | path

Searched refs:repEnds (Results 1 – 16 of 16) sorted by relevance

/dports/math/R/R-4.1.2/src/library/grid/man/
H A Dgrid.xspline.Rd19 shape = 0, open = TRUE, arrow = NULL, repEnds = TRUE,
42 \item{repEnds}{A logical value indicating whether the first and
86 behaviour can be turned off via the \code{repEnds} argument,
91 The \code{repEnds} argument is ignored for closed xsplines.
/dports/math/R/R-4.1.2/src/main/
H A Dxspline.c456 Rboolean repEnds, in compute_open_spline() argument
471 if (repEnds && n < 2) in compute_open_spline()
473 if (!repEnds && n < 4) in compute_open_spline()
476 if (repEnds) { in compute_open_spline()
H A Dengine.c2042 Rboolean repEnds, in GEXspline() argument
2061 compute_open_spline(n, x, ys, s, repEnds, LOW_PRECISION, dd); in GEXspline()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dxspline.c456 Rboolean repEnds, in compute_open_spline() argument
471 if (repEnds && n < 2) in compute_open_spline()
473 if (!repEnds && n < 4) in compute_open_spline()
476 if (repEnds) { in compute_open_spline()
H A Dengine.c2042 Rboolean repEnds, in GEXspline() argument
2061 compute_open_spline(n, x, ys, s, repEnds, LOW_PRECISION, dd); in GEXspline()
/dports/math/libRmath/R-4.1.1/src/library/grid/man/
H A Dgrid.xspline.Rd19 shape = 0, open = TRUE, arrow = NULL, repEnds = TRUE,
42 \item{repEnds}{A logical value indicating whether the first and
86 behaviour can be turned off via the \code{repEnds} argument,
91 The \code{repEnds} argument is ignored for closed xsplines.
/dports/math/R/R-4.1.2/src/library/graphics/man/
H A Dxspline.Rd13 xspline(x, y = NULL, shape = 0, open = TRUE, repEnds = TRUE,
23 \item{repEnds}{For open X-splines, a logical value indicating whether
57 turned off via the \code{repEnds} argument.
/dports/math/libRmath/R-4.1.1/src/library/graphics/man/
H A Dxspline.Rd13 xspline(x, y = NULL, shape = 0, open = TRUE, repEnds = TRUE,
23 \item{repEnds}{For open X-splines, a logical value indicating whether
57 turned off via the \code{repEnds} argument.
/dports/math/R/R-4.1.2/src/library/graphics/R/
H A Dpolygon.R287 function(x, y = NULL, shape = 0, open = TRUE, repEnds = TRUE, argument
293 invisible(.External.graphics(C_xspline, xy$x, xy$y, s, open, repEnds,
/dports/math/libRmath/R-4.1.1/src/library/graphics/R/
H A Dpolygon.R287 function(x, y = NULL, shape = 0, open = TRUE, repEnds = TRUE, argument
293 invisible(.External.graphics(C_xspline, xy$x, xy$y, s, open, repEnds,
/dports/math/R/R-4.1.2/src/library/grid/R/
H A Dprimitives.R824 x$repEnds, xsplineIndex(x))
829 x$repEnds, xsplineIndex(x), theta)
838 x$repEnds, xsplineIndex(x), theta)
847 x$repEnds, list(as.integer(seq_along(x$x))), 0)
856 x$repEnds, list(as.integer(seq_along(x$x))), 0)
866 shape=0, open=TRUE, arrow=NULL, repEnds=TRUE, argument
873 id=id, id.lengths=id.lengths, arrow=arrow, repEnds=repEnds,
891 x$repEnds, xsplineIndex(x), 0)
943 shape=1, repEnds=FALSE,
/dports/math/libRmath/R-4.1.1/src/library/grid/R/
H A Dprimitives.R824 x$repEnds, xsplineIndex(x))
829 x$repEnds, xsplineIndex(x), theta)
838 x$repEnds, xsplineIndex(x), theta)
847 x$repEnds, list(as.integer(seq_along(x$x))), 0)
856 x$repEnds, list(as.integer(seq_along(x$x))), 0)
866 shape=0, open=TRUE, arrow=NULL, repEnds=TRUE, argument
873 id=id, id.lengths=id.lengths, arrow=arrow, repEnds=repEnds,
891 x$repEnds, xsplineIndex(x), 0)
943 shape=1, repEnds=FALSE,
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DGraphicsEngine.h414 Rboolean repEnds, Rboolean draw,
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DGraphicsEngine.h414 Rboolean repEnds, Rboolean draw,
/dports/math/R/R-4.1.2/src/library/graphics/src/
H A Dplot.c3954 Rboolean open, repEnds, draw; in C_xspline() local
3972 repEnds = asLogical(CAR(args)); args = CDR(args); in C_xspline()
4013 res = GEXspline(nx, xx, yy, REAL(ss), open, repEnds, draw, &gc, dd); in C_xspline()
/dports/math/libRmath/R-4.1.1/src/library/graphics/src/
H A Dplot.c3954 Rboolean open, repEnds, draw; in C_xspline() local
3972 repEnds = asLogical(CAR(args)); args = CDR(args); in C_xspline()
4013 res = GEXspline(nx, xx, yy, REAL(ss), open, repEnds, draw, &gc, dd); in C_xspline()