dim.nonogram: dim.nonogram

View source: R/dim.nonogram.R

dim.nonogramR Documentation

dim.nonogram

Description

Returns the dimensions of a nonogram object.

Usage

## S3 method for class 'nonogram'
dim(nonogram)

Arguments

nonogram

An object of class nonogram.

Value

Vector of length 2.

Examples

f <- examples[[31]]
dim(f)

hrj21/nonogram documentation built on April 6, 2024, 1:14 a.m.