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 Sept. 9, 2022, 3:04 p.m.