show_weights: Search for and Validate Weights Columns in an SSN Object

Description Usage Arguments Author(s) See Also

View source: R/show_weights.R

Description

Explore SSN objects for valid stream weights for use in fitting stream network models.

Usage

1
show_weights(SSNobject, adjacency, netID = 1)

Arguments

SSNobject

SpatialStreamNetwork containing data to be searched for valid network weights for the smooth, default is 10. For 2d (and higher) smooths, this is the marginal basis size.

adjacency

adjacency object corresponding to SSNobject, resulting from a call to get_adjacency().

netID

Positive integer indicating the network number to investigate, if multiple networks are contained in SSNobject. Default is 1.

@return Prints the names of valid weight variables to the console.

Author(s)

Alastair Rushworth

See Also

smnet, plot.smnet, predict.smnet


smnet documentation built on Nov. 9, 2020, 9:06 a.m.

Related to show_weights in smnet...