type_lines | R Documentation |
Type function for plotting lines.
type_lines(type = "l")
type |
1-character string giving the type of plot desired. The
following values are possible, for details, see |
# "l" type convenience character string
tinyplot(circumference ~ age | Tree, data = Orange, type = "l")
# Use `type_lines()` to pass extra arguments for customization
tinyplot(circumference ~ age | Tree, data = Orange, type = type_lines(type = "s"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.