Home
last modified time | relevance | path

Searched refs:maxcell (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/R-cran-terra/terra/R/
H A Dzoom.R8 function(x, e=draw(), maxcell=100000, layer=1, new=FALSE, ...) { argument
11 plot(x, maxcell=maxcell, ...)
13 plot(x, layer, maxcell=maxcell, ...)
30 plot(x, maxcell=maxcell, ...)
H A Dhist.R8 function(x, layer, maxcell=1000000, plot=TRUE, main, ...) { argument
49 res[[i]] = .hist1(x[[ y[i] ]], maxcell=maxcell, main=main[y[i]], plot=plot, ...)
57 res <- .hist1(x, maxcell=maxcell, main=main, plot=plot, ...)
69 .hist1 <- function(x, maxcell, main, plot, ...){ argument
73 if ( ncell(x) <= maxcell ) {
77 v <- spatSample(x, maxcell, method="regular", as.df=FALSE, as.raster=FALSE)
81 msg <- paste(msg, " (of which ", 100 - round(100 * length(v) / maxcell ), "% was NA)", sep="")
H A Dplot_raster.R280 .prep.plot.data <- function(x, type, maxcell, cols, mar=NULL, draw=FALSE, argument
305 x <- spatSample(x, maxcell, method="regular", as.raster=TRUE)
397 …plot(x, col=col, type=type, mar=mar, legend=legend, axes=axes, plg=plg, pax=pax, maxcell=maxcell/(…
408 if (ncell(x) > 1.1 * maxcell) {
413 alpha <- spatSample(alpha, maxcell, method="regular", as.raster=TRUE)
415 x <- spatSample(x, maxcell, method="regular", as.raster=TRUE)
453 …x <- .prep.plot.data(x, type=type, maxcell=maxcell, cols=col, mar=mar, draw=TRUE, plg=plg, pax=pax…
469 function(x, y, maxcell=500000, main, mar=NULL, nc, nr, maxnl=16, ...) { argument
473 plotRGB(x, i[1], i[2], i[3], maxcell=maxcell, ...)
481 out <- plot(x, 1, maxcell=maxcell, main=main[1], mar=mar, ...)
[all …]
H A Dplot2rasters.R7 .scatterPlotRaster <- function(x, y, maxcell=100000, warn=TRUE, cex, xlab, ylab, nc, nr, maxnl=16, … argument
54 maxcell <- ncell(x)
59 x <- as.matrix(spatSample(c(x,y), size=maxcell, method="regular", as.raster=FALSE))
129 function(x, y, maxcell=100000, warn=TRUE, nc, nr, maxnl=16, gridded=FALSE, ncol=25, nrow=25, ...) { argument
145 ….scatterPlotRaster(x, y, maxcell=maxcell, warn=warn, nc=nc, nr=nr, maxnl=maxnl, gridded=gridded, n…
177 plot(out, maxcell=nc*nr, asp=asp, ...)
H A Danimate.R4 function(x, pause=0.25, main, range, maxcell=50000, n=1, ...) { argument
9 x <- spatSample(x, size=maxcell, method="regular", as.raster=TRUE)
21 plot(x[[i]], main = main[i], range=range, maxcell=Inf, ...)
H A Dplot.R238 function(x, y=NULL, maxcell=100000, ...) { argument
241 if ( ncell(x) > maxcell) {
242 warn("boxplot", "taking a sample of ", maxcell, " cells")
243 x <- spatSample(x, maxcell, method="regular", as.raster=TRUE)
249 if ( ncell(x) > maxcell) {
250 warn("boxplot", "taking a regular sample of ", maxcell, " cells")
251 s <- spatSample(s, maxcell, method="regular", as.raster=TRUE)
270 function(height, maxcell=1000000, digits=0, breaks=NULL, col, ...) {
277 x <- spatSample(height[[1]], maxcell, method="regular", as.raster=FALSE, as.df=f)
278 x <- spatSample(height[[1]], maxcell, method="regular", as.raster=FALSE, as.df=FALSE)
H A Dimage.R20 function(x, y=1, maxcell=50000, ...) { argument
23 x <- spatSample(x[[y]], maxcell, method="regular", as.raster=TRUE)
H A Drasterize.R107 maxcell <- cellFromRowCol(r, b$row[i] + b$nrows[i]-1, nc) functionVar
108 vv <- values[values[,1] >= mincell & values[,1] <= maxcell, ]
/dports/math/R-cran-terra/terra/man/
H A Danimate.Rd15 \S4method{animate}{SpatRaster}(x, pause=0.25, main, range, maxcell=50000, n=1, ...)
23 …\item{maxcell}{integer > 0. Maximum number of cells to use for the plot. If \code{maxcell < ncell(…
H A Dhist.Rd11 Create a histogram of the values of a SpatRaster. For large datasets a sample of \code{maxcell} is …
15 \S4method{hist}{SpatRaster}(x, layer, maxcell=1000000, plot=TRUE, main, ...)
21 \item{maxcell}{integer. To regularly sample very large objects}
H A Das.raster.Rd13 \S4method{as.raster}{SpatRaster}(x, maxcell=500000, col)
19 \item{maxcell}{positive integer. Maximum number of cells to use for the plot}
H A Dimage.Rd15 \S4method{image}{SpatRaster}(x, y=1, maxcell=50000, ...)
21 \item{maxcell}{positive integer. Maximum number of cells to use for the plot}
H A Dzoom.Rd18 \S4method{zoom}{SpatRaster}(x, e=draw(), maxcell=100000, layer=1, new=FALSE, ...)
26 \item{maxcell}{positive integer. Maximum number of cells used for the map}
H A Dscatter.Rd15 \S4method{plot}{SpatRaster,SpatRaster}(x, y, maxcell=100000, warn=TRUE, nc, nr,
23 \item{maxcell}{positive integer. Maximum number of cells to use for the plot}
H A Dboxplot.Rd17 \S4method{boxplot}{SpatRaster}(x, y=NULL, maxcell=100000, ...)
23 \item{maxcell}{Integer. Number of cells to sample from datasets}
H A Dbarplot.Rd13 \S4method{barplot}{SpatRaster}(height, maxcell=1000000, digits=0, breaks=NULL, col, ...)
18 \item{maxcell}{integer. To regularly subsample very large datasets}
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dgrid_kokkos.cpp94 if (nlocal+nghost+n >= maxcell) { in grow_cells()
95 while (maxcell < nlocal+nghost+n) maxcell += DELTA; in grow_cells()
97 k_cells = tdual_cell_1d("grid:cells",maxcell); in grow_cells()
100 k_cells.resize(maxcell); in grow_cells()
244 memoryKK->wrap_kokkos(k_cells,cells,maxcell,"grid:cells"); in wrap_kokkos()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dtable.c301 t->cell.maxcell = -1; in newTable()
1267 short cwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1268 double swidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1524 short maxcell; in check_table_height() member
1531 cell.maxcell = -1; in check_table_height()
1552 if (k <= cell.maxcell) { in check_table_height()
1577 if (c > cell.maxcell) { in check_table_height()
1578 cell.maxcell++; in check_table_height()
1633 short ccellwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in get_table_width()
2760 cell->maxcell++; in feed_table_tag()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dtable.c301 t->cell.maxcell = -1; in newTable()
1267 short cwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1268 double swidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1524 short maxcell; in check_table_height() member
1531 cell.maxcell = -1; in check_table_height()
1552 if (k <= cell.maxcell) { in check_table_height()
1577 if (c > cell.maxcell) { in check_table_height()
1578 cell.maxcell++; in check_table_height()
1633 short ccellwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in get_table_width()
2760 cell->maxcell++; in feed_table_tag()
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Dtable.c301 t->cell.maxcell = -1; in newTable()
1267 short cwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1268 double swidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1524 short maxcell; in check_table_height() member
1531 cell.maxcell = -1; in check_table_height()
1552 if (k <= cell.maxcell) { in check_table_height()
1577 if (c > cell.maxcell) { in check_table_height()
1578 cell.maxcell++; in check_table_height()
1633 short ccellwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in get_table_width()
2760 cell->maxcell++; in feed_table_tag()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Dtable.c301 t->cell.maxcell = -1; in newTable()
1267 short cwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1268 double swidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in check_table_width()
1524 short maxcell; in check_table_height() member
1531 cell.maxcell = -1; in check_table_height()
1552 if (k <= cell.maxcell) { in check_table_height()
1577 if (c > cell.maxcell) { in check_table_height()
1578 cell.maxcell++; in check_table_height()
1633 short ccellwidth[cell->maxcell >= 0 ? cell->maxcell + 1 : 1]; in get_table_width()
2760 cell->maxcell++; in feed_table_tag()
[all …]
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dnaugraph.c185 int maxcell,maxpos,hint;
284 maxcell = -1;
291 if (c2-c1 > maxcell)
293 maxcell = c2-c1;
341 int maxcell,maxpos,hint; in refine1() local
434 maxcell = -1; in refine1()
441 if (c2-c1 > maxcell) in refine1()
443 maxcell = c2-c1; in refine1()
/dports/math/nauty/nauty27r3/
H A Dnaugraph.c194 int maxcell,maxpos,hint;
293 maxcell = -1;
300 if (c2-c1 > maxcell)
302 maxcell = c2-c1;
350 int maxcell,maxpos,hint; in refine1() local
443 maxcell = -1; in refine1()
450 if (c2-c1 > maxcell) in refine1()
452 maxcell = c2-c1; in refine1()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dnaugraph.c194 int maxcell,maxpos,hint;
293 maxcell = -1;
300 if (c2-c1 > maxcell)
302 maxcell = c2-c1;
350 int maxcell,maxpos,hint; in refine1() local
443 maxcell = -1; in refine1()
450 if (c2-c1 > maxcell) in refine1()
452 maxcell = c2-c1; in refine1()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Drpa_gw_kpoints.F1112 unit_nr, maxcell, num_cells_dm) argument
1118 INTEGER :: unit_nr, maxcell, num_cells_dm local
1144 maxcell = 8
1146 DO x_cell_R1_plus_S2 = -maxcell, maxcell
1147 DO y_cell_R1_plus_S2 = -maxcell, maxcell
1148 DO z_cell_R1_plus_S2 = -maxcell, maxcell

12