File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# ' \item Styling Layout: py$layout(layout, kwargs=kwargs)
14
14
# ' \item Utilities: py$get_figure(file_owner, file_id)
15
15
# ' }
16
- # '
16
+ # '
17
17
# ' @import knitr
18
18
# ' @import RJSONIO
19
19
# ' @param username plotly username
28
28
# ' @examples \dontrun{
29
29
# ' ## View https://plot.ly/API for more examples
30
30
# ' ## Generate a simple plot
31
- # ' username <- 'anna.lyst' # fill in with your plotly username
32
- # ' api_key <- 'y37zkd' # fill in with your plotly API key
31
+ # ' username <- 'anna.lyst' # fill in with your plotly username
32
+ # ' api_key <- 'y37zkd' # fill in with your plotly API key
33
33
# ' py <- plotly(username, api_key)
34
34
# ' ## generate some data
35
35
# ' x <- c(0, 1, 2)
43
43
# ' response$url # view your plot at this URL
44
44
# ' browseURL(response$url) # use browseURL to go to the URL in your browser
45
45
# '
46
- # ' ## Export ggplots directly to plot.ly.
46
+ # ' ## Export ggplots directly to plot.ly
47
47
# ' ggiris <- qplot(Petal.Width, Sepal.Length, data=iris, color=Species)
48
48
# ' py$ggplotly(ggiris)
49
49
# ' data(canada.cities, package="maps")
You can’t perform that action at this time.
0 commit comments