SOLVED
Span for smooth
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
brad_j_crep
8 - Asteroid
11-30-2016
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
When creating a scatter plot using the data investigations scatterplot tool, is there a formula used to figure out what the number for 'Span of smooth' should be? Or is it smaller number rougher line, larger number smoother line?
Thanks,
Brad
Solved! Go to Solution.
Labels:
1 REPLY 1
JohnJPS
15 - Aurora
11-30-2016
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @brad_j_crep,
The macro uses R behind the scenes; this article describes smoothing: http://docs.ggplot2.org/current/geom_smooth.html. For "span" they have "Controls the amount of smoothing for the default loess smoother. Smaller numbers produce wigglier lines, larger numbers produce smoother lines."
Hope that helps!
