Description Usage Arguments Details Value
Construct a FreeFlowLinks object from a SpatialLinesDataFrame.
1 2  | FreeFlowLinks(spobj, vehiclesPerHour, emissionFactor, width, height = 0,
  classification = LinkType(0), ...)
 | 
spobj | 
 a SpatialLinesDataFrame object  | 
vehiclesPerHour | 
 average number of vehicles per hour (also known as "flow")  | 
emissionFactor | 
 emissions per vehicle, in grams per mile (per hour)  | 
width | 
 mixing zone width, in meters  | 
height | 
 elevation above ground level (not sea level!)  | 
classification | 
 see   | 
... | 
 other arguments  | 
vehiclesPerHour, emissionFactor, and other arguments
can all be specified as expressions. Use them the same way you
would use arguments to transform.
A FreeFlowLinks object can be plotted with plot or coerced
to a data.frame with as.data.frame.
a FreeFlowLinks object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.