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