EVOLUTION-MANAGER
Edit File: sample.data.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Sample Data Matrix For xts Example and Unit Testing</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for sample_matrix {xts}"><tr><td>sample_matrix {xts}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2> Sample Data Matrix For xts Example and Unit Testing </h2> <h3>Description</h3> <p>Simulated 180 observations on 4 variables. </p> <h3>Usage</h3> <pre>data(sample_matrix)</pre> <h3>Format</h3> <pre> The format is: num [1:180, 1:4] 50.0 50.2 50.4 50.4 50.2 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:180] "2007-01-02" "2007-01-03" "2007-01-04" "2007-01-05" ... ..$ : chr [1:4] "Open" "High" "Low" "Close" </pre> <h3>Examples</h3> <pre> data(.sample.matrix) </pre> <hr /><div style="text-align: center;">[Package <em>xts</em> version 0.12.2 <a href="00Index.html">Index</a>]</div> </body></html>