1-100 of about 310 matches for site:rdrr.io site:rdrr.io site:rdrr.io site:rdrr.io site:rdrr.io identical
https://rdrr.io/r/base/identical.html
infamous example: identical(0., -0.) # TRUE, i.e. not differentiated identical(0., -0., num.eq = FALSE) ## similar: identical(NaN, -NaN) # TRUE identical
https://rdrr.io/r/base/identical.html
infamous example: identical(0., -0.) # TRUE, i.e. not differentiated identical(0., -0., num.eq = FALSE) ## similar: identical(NaN, -NaN) # TRUE identical
https://rdrr.io/r/utils/head.html
matrix() ## NB: The methods for 'data.frame' and 'array' are identical to the
https://rdrr.io/r/utils/head.html
matrix() ## NB: The methods for 'data.frame' and 'array' are identical to the
https://rdrr.io/r/base/Extremes.html
preserve attributes of *first* argument D <- diag(x = (3:1)/4) ; n0 <- numeric() stopifnot(identical(D, cut01(D) ), identical
https://rdrr.io/r/base/numeric.html
coerced or tested. ... further arguments passed to or from other methods. Details numeric is identical to double
https://rdrr.io/r/base/match.html
zN) # the "NA" and the 3 different non-NA NaN's stopifnot(identical(unique(zN), zN[c
https://rdrr.io/r/base/Extremes.html
preserve attributes of *first* argument D <- diag(x = (3:1)/4) ; n0 <- numeric() stopifnot(identical(D, cut01(D) ), identical
https://rdrr.io/r/base/readRDS.html
to file saveRDS(women, fil) ## restore it under a different name women2 <- readRDS(fil) identical(women, women2) ## or examine
https://rdrr.io/r/base/match.html
zN) # the "NA" and the 3 different non-NA NaN's stopifnot(identical(unique(zN), zN[c
https://rdrr.io/r/base/ns-load.html
See Also getNamespace , asNamespace , topenv , .onLoad (etc); further environment . Examples (lns <- loadedNamespaces()) statL <- isNamespaceLoaded("stats") stopifnot( identical(statL, "stats" %in
https://rdrr.io/r/base/readRDS.html
to file saveRDS(women, fil) ## restore it under a different name women2 <- readRDS(fil) identical(women, women2) ## or examine
https://rdrr.io/cran/jsonlite/man/fromJSON.html
data2)) # Flatten directly (more efficient): data3 <- fromJSON("https://api.github.com/users/hadley/repos", flatten = TRUE) identical(data3, flatten(data2)) ## End
https://rdrr.io/r/base/lengths.html
true, except when a length does not fit in 32 bits stopifnot(identical(lengths(l), vapply(l
https://rdrr.io/r/base/factor.html
is.na does not work). Under those circumstances missing values are currently printed as <NA> , i.e., identical to entries
https://rdrr.io/r/base/Trig.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/transform.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/cbind.html
the default code. (Before R 4.0.0, an applicable method found was used only if identical to any
https://rdrr.io/r/base/factor.html
is.na does not work). Under those circumstances missing values are currently printed as <NA> , i.e., identical to entries
kable: Create tables in LaTeX, HTML, Markdown and reStructuredText in knitr: A General-Purpose Packa
https://rdrr.io/cran/knitr/man/kable.html
include row names. By default, row names are included if rownames(x) is neither NULL nor identical to 1
https://rdrr.io/r/base/cbind.html
the default code. (Before R 4.0.0, an applicable method found was used only if identical to any
https://rdrr.io/r/base/tempfile.html
check' is working on some platforms: if(exists("I'm brave") && `I'm brave` && identical(.Platform$OS.type, "unix
https://rdrr.io/r/base/seq.html
out= ) The first form generates the sequence from, from+/-1, ..., to (identical to from
https://rdrr.io/r/base/Random.html
weakness’, and already scrambled the seeds. Otherwise, the algorithm is identical to Knuth
https://rdrr.io/r/base/c.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/library.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/ns-load.html
See Also getNamespace , asNamespace , topenv , .onLoad (etc); further environment . Examples (lns <- loadedNamespaces()) statL <- isNamespaceLoaded("stats") stopifnot( identical(statL, "stats" %in
https://rdrr.io/r/base/crossprod.html
z) # scalar x <- 1:4; names(x) <- letters[1:4]; x tcrossprod(as.matrix(x)) # is identical(tcrossprod(as.matrix(x
https://rdrr.io/r/base/rawConversion.html
rawShift(z, -3)) # shifted off entirely packBits(as.raw(0:31)) i <- -2:3 stopifnot(exprs = { identical(i, packBits(intToBits(i
https://rdrr.io/r/base/Comparison.html
Unless you are absolutely sure that nothing unusual can happen, you should use the identical function instead. For
https://rdrr.io/r/base/unique.html
considered from the last, i.e., the last (or rightmost) of identical elements will be kept
https://rdrr.io/r/base/Extract.data.frame.html
1:3, "z"] # a matrix A[, "y"] # a matrix stopifnot(identical(colnames(A), c
https://rdrr.io/r/base/source.html
2; cat("x=",x,"\n"); y <- x^2 }) ## x and y now exist: stopifnot(identical(x, 1:2), identical
https://rdrr.io/r/base/merge.html
surname", by.y = "name")) m2 <- merge(books, authors, by.x = "name", by.y = "surname") stopifnot(exprs = { identical(m0, m2[, names(m0
https://rdrr.io/r/base/apply.html
x, dim = c(dim(x),3), dimnames = c(dimnames(x), list(C = paste0("cop.",1:3)))) identical(x, apply( x, 2
https://rdrr.io/r/base/nchar.html
TRUE) # 5 6 NA 1 15 nchar(x, keepNA=FALSE) # 5 6 2 1 15 stopifnot(identical(nchar(x ), nchar(x
https://rdrr.io/r/base/list.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/data.frame.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/seq.html
out= ) The first form generates the sequence from, from+/-1, ..., to (identical to from
https://rdrr.io/r/base/attributes.html
of the elements of attributes() does not matter. This is also reflected by identical() 's behaviour with the
https://rdrr.io/r/base/numeric_version.html
2.2.3"; x x <- c(x, package_version("0.0")) is.na(x)[4] <- TRUE stopifnot(identical(is.na(x), c
https://rdrr.io/r/base/lapply.html
1:5)) stopifnot(dim(a2) == c(3,5,4), all.equal(a2, a.2), identical(dimnames(a2), list(NULL
https://rdrr.io/r/utils/packageDescription.html
3.29") message("you need to update 'MASS'") pu <- packageDate("utils") str(pu) stopifnot(identical(pu, packageDate(desc = packageDescription
https://rdrr.io/r/base/unlist.html
letters, expression(1+x)) utils::str(ll) for(x in ll) stopifnot(identical(x, unlist(x))) base
https://rdrr.io/r/base/sort.html
shell")) system.time(x2 <- sort(x, method = "quick")) system.time(x3 <- sort(x, method = "radix")) stopifnot(identical(x1, x2)) stopifnot(identical
https://rdrr.io/r/base/source.html
2; cat("x=",x,"\n"); y <- x^2 }) ## x and y now exist: stopifnot(identical(x, 1:2), identical
https://rdrr.io/r/base/apply.html
x, dim = c(dim(x),3), dimnames = c(dimnames(x), list(C = paste0("cop.",1:3)))) identical(x, apply( x, 2
https://rdrr.io/r/base/all.equal.html
not use all.equal directly in if expressions—either use isTRUE(all.equal(....)) or identical if appropriate. Usage all
https://rdrr.io/r/base/Comparison.html
Unless you are absolutely sure that nothing unusual can happen, you should use the identical function instead. For
https://rdrr.io/r/base/name.html
if any, bound to that name). as.name and as.symbol are identical: they attempt to
https://rdrr.io/r/base/all.equal.html
not use all.equal directly in if expressions—either use isTRUE(all.equal(....)) or identical if appropriate. Usage all
https://rdrr.io/r/base/Random.html
weakness’, and already scrambled the seeds. Otherwise, the algorithm is identical to Knuth
https://rdrr.io/r/base/c.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/github/kbenoit/quanteda/
for a document-feature matrix dfm_compress: Recombine a dfm or fcm by combining identical dimension... dfm_group: Combine documents
https://rdrr.io/rforge/seacarb/src/R/pmix.R
15 ] ) } else { # sys=1 is useless as the final (after equilibration) carbonate chemistry is identical to the
https://rdrr.io/r/base/data.frame.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/nchar.html
TRUE) # 5 6 NA 1 15 nchar(x, keepNA=FALSE) # 5 6 2 1 15 stopifnot(identical(nchar(x ), nchar(x
https://rdrr.io/r/base/list.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/library.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/tempfile.html
check' is working on some platforms: if(exists("I'm brave") && `I'm brave` && identical(.Platform$OS.type, "unix
https://rdrr.io/r/utils/packageDescription.html
3.29") message("you need to update 'MASS'") pu <- packageDate("utils") str(pu) stopifnot(identical(pu, packageDate(desc = packageDescription
https://rdrr.io/r/base/chartr.html
you can send this off ## now ``decrypt'' : rot(crypw, 54 - 13) # -> the original: stopifnot(identical(pw, rot(crypw, 54
https://rdrr.io/r/utils/sessionInfo.html
Usage sessionInfo(package = NULL) ## S3 method for class 'sessionInfo' print(x, locale = TRUE, RNG = !identical(x$RNGkind, .RNGdefaults), ...) ## S3
https://rdrr.io/r/base/system.file.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/sample.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/colnames.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/character.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/print.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/paste.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/mean.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/chartr.html
you can send this off ## now ``decrypt'' : rot(crypw, 54 - 13) # -> the original: stopifnot(identical(pw, rot(crypw, 54
https://rdrr.io/r/base/ifelse.html
POSIXlt(x)$mday != 29] <- NA ## which gives the same as ifelse()+class() hack: stopifnot(identical(y2, y)) ## example of
https://rdrr.io/r/base/Arithmetic.html
or -Inf depending on the sign of zero x . Another place is identical(0, -0, num.eq
https://rdrr.io/r/base/merge.html
surname", by.y = "name")) m2 <- merge(books, authors, by.x = "name", by.y = "surname") stopifnot(exprs = { identical(m0, m2[, names(m0
https://rdrr.io/r/base/Dates.html
Dls; length(l2) <- 5 + length(Dls) stopifnot(exprs = { ## length(.) <- * is compatible to subsetting/indexing: identical(ls, Dls[seq_along(ls
https://rdrr.io/r/base/name.html
if any, bound to that name). as.name and as.symbol are identical: they attempt to
https://rdrr.io/r/base/abbreviate.html
in its first argument. Duplicates in the original names.arg will be given identical abbreviations. If any non
https://rdrr.io/r/base/parse.html
our temp file parse(file = fil, n = 3) unlink(fil) ## str2lang(<string>) || str2expression(<character>) : stopifnot(exprs = { identical( str2lang("x[3] <- 1
https://rdrr.io/r/base/split.html
is being added g <- airquality$Month l <- split(airquality, g) ## Alternative using a formula identical(l, split(airquality, ~ Month
https://rdrr.io/r/base/Arithmetic.html
or -Inf depending on the sign of zero x . Another place is identical(0, -0, num.eq
https://rdrr.io/r/base/attributes.html
of the elements of attributes() does not matter. This is also reflected by identical() 's behaviour with the
https://rdrr.io/r/base/sort.html
shell")) system.time(x2 <- sort(x, method = "quick")) system.time(x3 <- sort(x, method = "radix")) stopifnot(identical(x1, x2)) stopifnot(identical
https://rdrr.io/r/base/parse.html
our temp file parse(file = fil, n = 3) unlink(fil) ## str2lang(<string>) || str2expression(<character>) : stopifnot(exprs = { identical( str2lang("x[3] <- 1
https://rdrr.io/r/base/split.html
is being added g <- airquality$Month l <- split(airquality, g) ## Alternative using a formula identical(l, split(airquality, ~ Month
https://rdrr.io/r/base/Logic.html
cond) because of NA s. In earlier R versions, isTRUE <- function(x) identical(x, TRUE) , had the
https://rdrr.io/cran/maps/f/README.md
mapdata::worldLores"). Note that the worldHires database from the mapdata package has identical map naming than the
https://rdrr.io/r/base/paste.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/print.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/datasets/zCO2.html
Numbers 1949-1960 airquality : New York Air Quality Measurements anscombe : Anscombe's Quartet of 'Identical' Simple Linear Regressions attenu
https://rdrr.io/r/datasets/airquality.html
Numbers 1949-1960 airquality : New York Air Quality Measurements anscombe : Anscombe's Quartet of 'Identical' Simple Linear Regressions attenu
https://rdrr.io/rforge/seacarb/man/seacarb_test.html
chosen in order to check that the carbonate chemistry is identical for all
https://rdrr.io/r/base/NA.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/parallel/makeCluster.html
homogeneous = TRUE was for years documented as ‘Are all the hosts running identical setups?’, but this was
https://rdrr.io/r/base/sum.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/utils/vignette.html
PDF versions of vignettes. If several vignettes have PDF/HTML versions with base name identical to topic
https://rdrr.io/r/base/interactive.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/summary.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/warning.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/format.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for
https://rdrr.io/r/base/matrix.html
in Hexadecimal Hyperbolic : Hyperbolic Functions iconv : Convert Character Vector between Encodings icuSetCollate : Setup Collation by ICU identical : Test Objects for