Function extendr_api::prelude::rcarr3

source ·
pub fn rcarr3<A, V, U>(xs: &[V]) -> ArrayBase<OwnedArcRepr<A>, Dim<[usize; 3]>>
where A: Clone, V: FixedInitializer<Elem = U> + Clone, U: FixedInitializer<Elem = A> + Clone,
Expand description

Create a three-dimensional array with elements from xs.