| exampleDataAWX | R Documentation |
Auxiliary function to create example dataframe
exampleDataAWX()
AWX dataset with n = 1000 generated with exampleParams()
set.seed(123) dat <- exampleDataAWX() set.seed(123) pars <- exampleParams() dat2 <- resSimAWX(n_thousands = 1,params = pars) identical(dat,dat2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.