Examples for 'metricsgraphics::mjs_point'


metricsgraphics.js scatterplot "geom"

Aliases: mjs_point

Keywords:

### ** Examples

mtcars %>%
 mjs_plot(x=wt, y=mpg, width=400, height=300) %>%
 mjs_point(least_squares=TRUE)
Warning in widget_html(name = class(x)[1], package = attr(x, "package"), :
metricsgraphics_html returned an object of class `list` instead of a
`shiny.tag`.
Error in loadNamespace(name): there is no package called 'webshot'

[Package metricsgraphics version 0.9.0 Index]