R/is.R
is.wire.Rd
Determine which Mooring Elements are Wires
is.wire(m)
a mooring object, created by mooring().
mooring()
a logical vector of the same length as m, indicating whether each element is of the wire sub-class.
m
wire
Dan Kelley
library(mooring) m <- mooring(anchor(), wire(length = 100), float("HMB 20"), waterDepth = 120) is.wire(m) #> [1] FALSE TRUE FALSE