Skip to contents

Print description of a gwdrm object

Print description of a gwrm object

Print description of a gwrmultiscalem object

Usage

# S3 method for gwdrm
print(x, decimal_fmt = "%.3f", ...)

# S3 method for gwrm
print(x, decimal_fmt = "%.3f", ...)

# S3 method for gwrmultiscalem
print(x, decimal_fmt = "%.3f", ...)

Arguments

x

An gwrmultiscalem object returned by gwr_multiscale().

decimal_fmt

The format string passing to base::sprintf().

...

Arguments passed on to print_table_md, print_table_md, print_table_md

col.sep

Column seperator. Default to "".

header.sep

Header seperator. Default to "-".

row.begin

Character at the beginning of each row. Default to col.sep.

row.end

Character at the ending of each row. Default to col.sep.

table.style

Name of pre-defined style. Possible values are "plain", "md" or "latex". Default to "plain".