print.summary.plpData | R Documentation |
Print a summary.plpData object
## S3 method for class 'summary.plpData'
print(x, ...)
x |
The summary.plpData object to print |
... |
Additional arguments |
A message describing the object
data("simulationProfile")
plpData <- simulatePlpData(simulationProfile, n=10)
summary <- summary(plpData)
print(summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.