Questions tagged as 'lattice'

1
answer

How to create a Needle chart in R?

I'm trying to make a chart of Needles suggested in the Matter of Non-parametric Methods in the Histogram Study. I found a command called rug() , but it does not seem like the idea.     
asked by 01.09.2014 / 15:48
2
answers

Connecting the points to the regression line

Suppose the following database: Income <- structure(list(X = 1:30, Education = c(10, 10.4013377926421, 10.8428093645485, 11.2441471571906, 11.6454849498328, 12.0869565217391, 12.4882943143813, 12.8896321070234, 13.2909698996656, 13.732441...
asked by 02.04.2014 / 14:51
2
answers

How do I put the Y-axis inverted (descending) on the R?

I'm trying to present graphs on coefficient of uniformity, but usually in this type of chart, the Y axis is organized in descending order, from 100 to 0. I would like to know how to do this. It can be for the function plot and / or for...
asked by 31.08.2016 / 01:48
1
answer

how to put the histogram values at the top of the bar

I'm using the histogram command from the lattice library in R. I would like to know how I can put the value on top of the bars, value that I tell is the histogram count. Ex:     
asked by 01.04.2018 / 02:34
2
answers

Connecting points to the regression line in 3d

This is the 3d version of this other question. Consider the following data: Income2<-structure(list(X = 1:30, Education = c(21.5862068965517, 18.2758620689655, 12.0689655172414, 17.0344827586207, 19.9310344827586, 18.2758620689655, 1...
asked by 06.04.2014 / 05:19