Relative Content

Tag Archive for rplot

How to create a chart of two variables measured 15 times each under different temperature and humidity conditions in R to look for any changes

I measured the massess of two materials, those materials were measured one after another under specific humidity and temperature conditions presented on the table, i would like to check for any differences in material 1 and material 2 masses over time and would like to try to create this kind of graph (https://i.sstatic.net/DaGgtYH4.png) where for example y axis wil represent masses and x will represent time and maybe size of circles will represent humidity and color will represent temperature. The bigest problem i just found out about R and only starting to learn it,so will apreciate any help.
Here is data i would like to plot: (https://i.sstatic.net/md3I7QFD.png)

Log scale not balanced in forest plot

I am creating a forest plot in R (code below) and want to transform my x-axis onto a log scale. However, my scale is not very balanced with the tick marks <1 more squished than the tick marks >1 (image below). How do I alter my code so that it looks more like the second image?

How to use plot.metaMDS

I have result of a NMDS using metaMDS() and I would like to plot my species ordination plot using a grouping variable in my environmental data.