Learn R Programming

matlab (version 1.0.2)

size_t-class: Class "size\_t"

Description

This class represents the dimensions of another R object

Arguments

Objects from the Class

Objects can be created by calls of the form new("size_t", ...). Use of generator method is preferred.

Slots

.Data:
object of class "integer" containing size values

Extends

Class "integer", from data part. Class "vector", by class "integer". Class "numeric", by class "integer".