Compares Rcpp
construction of sp::Line
objects either:
- Constructed as
new
objects with slots filled directly, or - Constructed the 'usual' way through filling the
sp
object with data.
In R
terms, these are equivalent to:
library (sp)
# first way