Questions tagged as 'histograma'

1
answer

Scatter plot with marginal histograms

I would like to know if there is a way to make a graph similar to this in R: Is it possible to make a scatterplot plot and to the side or bottom, how does it display the image, put the histogram representing the data?     
asked by 16.01.2015 / 19:53
1
answer

How to create a plot with 2 superimposed histograms?

Suppose I have the following data from 2 distinct groups. set.seed(1) grupo1<-rnorm(400,6,2) grupo2<-rnorm(200,8,2) How do I make a histogram of the two groups on the same screen, identifying each of the groups with a distinct color a...
asked by 21.02.2014 / 01:11
1
answer

Creating a bar chart within another bar chart

I'm looking for a very efficient and useful way to use nested bar charts. A way in which you can demonstrate divisions and subdivisions in the same chart. How to generate such a graph in R?     
asked by 22.09.2014 / 20:13
1
answer

Plot grid histograms with fixed Y axis - R

I would like to plot two (or more) histograms in R where the Y axis prevails a global value for all histograms. I do not want overlapping histograms, but rather side by side. The more histogram I am, it adds (to the right) of the plot and all wi...
asked by 05.06.2017 / 18:56
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
1
answer

overlapping histrograms

Good morning. I would like to create a histogram with 26 species on the x-axis and the percentage of commercial hunting influence on the reduction of each species (column '' depletion_rate '') on the y-axis. I would also like to overlap the histo...
asked by 13.12.2018 / 15:27
1
answer

How to show the axes of a histogram with their respective classes in R?

I plots a histogram of the weight variable in my data sheet but it appears without the axes. The code I used was: hist(rehab.1$PESO, main = "", axes = F, xlab = "Peso(kg)", ylab = "frequências absolutas",col = 'green')     
asked by 18.03.2016 / 20:37
1
answer

Histogram R. Changing the values of the axes!

I have a variable with the following value: > pontos c d b a 0.6666667 1.0000000 0.3333333 0.6666667 hist (points, main="Points", xlab="p", ylab="f") The result is: Myx-axisvalueswillalwaysbebetwee...
asked by 21.12.2016 / 02:24
1
answer

QCustomPlot how to resize chart?

I'm trying to do a repeating histogram of 255 events, I do not know how many times this event can occur! I have an array of 255 elements, already with the amount of repetitions of the events and I want to show this in the graph using Q...
asked by 25.05.2015 / 20:23
0
answers

Calculate Weibull distribution parameters from a wind velocity histogram using Rstudio

I can calculate the shape and scale parameters of the weibull distribution, where I enter the velocities of the winds and using the fitdistrplus () function of the fitdistrplus package, I get the shape and scale factors. Now, given any histogram...
asked by 17.07.2017 / 20:12