File: hyperslab_to_points.Rd

package info (click to toggle)
r-cran-hdf5r 1.3.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,344 kB
  • sloc: ansic: 85,341; sh: 51; python: 32; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/high_level_UI.R
\name{hyperslab_to_points}
\alias{hyperslab_to_points}
\title{Single hyperslab dimension to explicit vector}
\usage{
hyperslab_to_points(hyperslab)
}
\arguments{
\item{hyperslab}{a length 4 vector describing the start, count, stride and block component of a single dimension of a hyperslab}
}
\value{
An explicit vector describing the points in the hyperslab dimension
}
\description{
Single hyperslab dimension to explicit vector
}
\details{
Uses the information of a hyperslab and turns it into an explicit vector.
}
\author{
Holger Hoefling
}
\keyword{internal}