xy {tofsims}R Documentation

xy, slot of MassImage class objects

Description

xy, slot of MassImage class objects

Usage

xy(object)

xy(object) <- value

## S4 method for signature 'MassImage'
xy(object)

## S4 replacement method for signature 'MassImage'
xy(object) <- value

Arguments

object

object of class MassImage

value

vector numeric two values for x and y dimension of image

Value

vector numeric with xy dimensions of image

Examples

library(tofsimsData)
data(tofsimsData)
xy(testImage)

[Package tofsims version 1.14.0 Index]