Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Print

Print method returning also the names automatically


Description

prints variable names and the values

Usage

Print(..., digits = 6, empty.lines = 2)

Arguments

...

any object that can be print-ed

digits

see print

empty.lines

number of leading empty lines

Value

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

Author(s)

Examples

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

RandomFieldsUtils

Utilities for the Simulation and Analysis of Random Fields

v0.5.3
GPL (>= 3)
Authors
Martin Schlather [aut, cre], Reinhard Furrer [ctb], Martin Kroll [ctb], Brian D. Ripley [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.