R/dim_dsm.R

dim.dsm <- function (x) {
  res <- check.dsm(x)
  c(res$nrow, res$ncol)
}

Try the wordspace package in your browser

Any scripts or data that you put into this service are public.

wordspace documentation built on Aug. 23, 2022, 1:06 a.m.