$<-,chronology-method {neotoma2}R Documentation

Replace part of an object

Description

Assign values to slots within a chronology object.

Usage

## S4 replacement method for signature 'chronology'
x$name <- value

Arguments

x

A chronology object

name

The name of the chronology slot.

value

A value to be assigned to the chronology slot.

Value

reassigned chronology object


[Package neotoma2 version 1.0.4 Index]