Skip to contents

This function takes a notly object (plotly with embedded ggplot) and turns it into a ggplot object. It is the inverse function to ggplotly(), allowing you to freely go back and forth betweeen ggplot and plotly.

Usage

notly(notly_object)

Arguments

notly_object

notly object

Value

ggplot object