Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Jul 17, 2024
2 parents 63eff7d + f532c8c commit 229301b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/admtools_doc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,17 +225,17 @@ The following functions transform `multiadm` objects into other S3 classes:

`stratlist` and `timelist` inherit from the base `list`. They are list of stratigraphic positions or times, associated with other data (e.g. trait values, proxy values)

### Description
#### Description

- `stratlist` is a list with one element named "h"
- `timelist` is a list with one element named "t"

### Construction
#### Construction

- `stratlist` is returned by `time_to_strat.list`
- `timelist` is retruned by `strat_to_time.list`
- `timelist` is returned by `strat_to_time.list`

### Representation
#### Representation

- `plot.stratlist` for plotting `stratlist`
- `plot.timelist` for plotting `timelist`
Expand Down

0 comments on commit 229301b

Please sign in to comment.