ggplot2 - R knitr ggplot knitr output different than console -


does have idea why knitr output html or pdf drastically different displayed in console?

console: console output

knitr: knitr output

ggplot(walk.com, aes(x=time, y=pos.vert)) + geom_point() + geom_line() + labs(x="time (s)",y="vertical position (m)") + ggtitle("walking vertical position vs time") 

it y axis being rounded output causing discrete variables... can't seem figure out causing this. input appreciated. thanks!


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -