xy: 'xy', slot of 'MassImage' class objects

Description Usage Arguments Value Examples

Description

xy, slot of MassImage class objects

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
library(tofsimsData)
data(tofsimsData)
xy(testImage)

tofsims documentation built on Nov. 8, 2020, 5:10 p.m.