title: Get or set the title of Depons* objects

title<-R Documentation

Get or set the title of Depons* objects

Description

Get or set the title of Depons* objects

Usage

## S4 replacement method for signature 'DeponsTrack'
title(x) <- value

## S4 replacement method for signature 'DeponsDyn'
title(x) <- value

## S4 replacement method for signature 'DeponsShips'
title(x) <- value

## S4 method for signature 'DeponsTrack'
title(x, value)

## S4 method for signature 'DeponsDyn'
title(x, value)

## S4 method for signature 'DeponsShips'
title(x, value)

Arguments

x

Object of class DeponsTrack, DeponsDyn, DeponsBlockdyn or DeponsShips

value

Character string


DEPONS2R documentation built on April 4, 2025, 1:02 a.m.

Related to title in DEPONS2R...