Plotting Point and Line plot in XYPLOT Lattice

喜你入骨 提交于 2019-12-23 04:56:07

问题


I need a guidance related to plotting. with lattice package.I am trying to plot xyplot(median + Temp + Rule1 + Rule3 ~ time | factor(name),data=v1,pch=19,grid=19,grid=TRUE,main="Time Series Analysis",xlab="Time",layout=c(1,1),points=TRUE,size=50,fill="transparent")) here Rule1,Rule2,Rule3 are categorical variable whereas median and temp are numerical my query is how can we show categorical plot as point plot and numerical variable as line plot in XYplot formatlattice Hence Expected Plot is also specified Pardon me for made up visualisation

来源:https://stackoverflow.com/questions/42944033/plotting-point-and-line-plot-in-xyplot-lattice

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!