Diff of /man/as_matrix.Rd [000000] .. [4a0329]

Switch to unified view

a b/man/as_matrix.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/scAI_model.R
3
\name{as_matrix}
4
\alias{as_matrix}
5
\title{Convert a sparse matrix to a dense matrix}
6
\usage{
7
as_matrix(mat)
8
}
9
\arguments{
10
\item{mat}{A sparse matrix}
11
}
12
\description{
13
Convert a sparse matrix to a dense matrix
14
}