plot.senlm | R Documentation |
Produces a scatterplot of y vs x with fitted mean curve overlaid.
## S3 method for class 'senlm' plot(x, ...)
x |
Model fit. |
... |
additional optional arguments. |
Plot of senlm model fit over data
## Not run: ## Plot fitted model model <- set_models(mean_fun="gaussian", err_dist="zip") fit <- senlm(model=model, data=haul, xvar="depth", yvar="Sebastolobus.altivelis") plot(fit) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.