Description Usage Arguments Value
Given a drawn outline of a vessel, find the interior profil only and create a new polygon around the left or right half of the interior cavity.
1 | findInterior(x, rimoffset = 0, left = TRUE)
|
x |
A vector of numeric values specifying the approximate start dates for the production of each artefact. |
rimoffset |
A single numeric value specifying how much (in the input units) to go down from the tow of the vessel rim before creating the internal shape. Default is 0. |
left |
Logical whether the input and output are the left-hand or right-hand profiles. |
An object of class SpatialPolygons showing the interior left or right hand cavity of a vessel.
#' @examples data(dolium) realheight <- 0.72 plot(dolium, col="grey", border=NA, axes=TRUE) doliumint1 <- findInterior(dolium, rimoffset=realheight/10) plot(doliumint1, border="red", add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.