File: head-methods.Rd

package info (click to toggle)
r-cran-bigmemory 4.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 4,930; ansic: 131; sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bigmemory.R
\docType{methods}
\name{head,big.matrix-method}
\alias{head,big.matrix-method}
\alias{tail,big.matrix-method}
\title{Return First or Last Part of a big.matrix Object}
\usage{
\S4method{head}{big.matrix}(x, n = 6)

\S4method{tail}{big.matrix}(x, n = 6)
}
\arguments{
\item{x}{A big.matrix object}

\item{n}{A single integer for the number of rows to return}
}
\description{
Returns the first or last parts of a \code{big.matrix}
object.
}