Print {RandomFields}R Documentation

Nice print function returning also the names automatically

Description

prints variable names and the values

Usage

Print(...)

Arguments

...

any object that can be print-ed

Value

prints the names and the values; for vectors cat is used and for lists str

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de http://ms.math.uni-mannheim.de

Examples

  a <- 4
  b <- list(c=5, g=7)
  m <- matrix(1:4, nc=2)
  Print(a, b, m)

[Package RandomFields version 2.0.66 Index]