powered by
visit_sequence
Print method for visit_sequence objects
# S3 method for visit_sequence print(x, ...)
Invisibly returns the input visit_sequence object.
A visit_sequence object
further arguments passed to or from other methods (not currently used).
rm <- roadmap( conf_data = acs_conf_nw, start_data = acs_start_nw ) print(rm[["visit_sequence"]])
Run the code above in your browser using DataLab