R/matrix_diff_columns.R

Defines functions matrix_diff_columns

Documented in matrix_diff_columns

#' Usage: matrix_diff_columns( X )
#' @keywords internal
matrix_diff_columns <- function(X) {
  .Call(`_nhppp_matrix_diff_columns`, X)
}

Try the nhppp package in your browser

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

nhppp documentation built on Oct. 30, 2024, 9:28 a.m.