summarize stratigraphic column
Usage
# S3 method for class 'stratcol'
summary(object, ...)
Examples
s = as_stratcol(c(0.5, 1, 0.3, 0.7), c("sand", "shale", "sand", "shale"), L_unit = "m", base = 2)
summary(s)
#> Stratigraphic column
#> No of beds: 4
#> No of facies: 2
#> Total thickness: 2.5 m
#> Base of column: 2 m