Shawn Taylor

Results 25 comments of Shawn Taylor

some integration with data weaver would be good here, or perhaps phenor

watermark code ``` water_mark = 'Example figure for educational purposes only. Not made with real data.\n See github.com/sdtaylor/complex_figure_examples' final_figure = ggdraw(final_figure) + geom_rect(data=data.frame(xmin=0.05,ymin=0.05), aes(xmin=xmin,ymin=ymin, xmax=xmin+0.4,ymax=ymin+0.1),alpha=0.9, fill='grey90', color='black') + draw_text(water_mark, x=0.05,...

#### Known parameter checking - [x] uniforc - [x] unichill - [x] alternating - [ ] macro scale budburst - [ ] m1 - requires daylength calculation and associated `site_info`...

Data and base R code for figure available https://datadryad.org/stash/dataset/doi:10.5061/dryad.8cz8w9gmd

Figure 3 here also worth replicating ![image](https://user-images.githubusercontent.com/12282062/82119357-0589c100-973b-11ea-8c50-7b7840cb7f13.png)

data repo https://dataverse.nl/dataset.xhtml?persistentId=hdl:10411/41KALW

fig 3 done https://github.com/sdtaylor/complex_figure_examples/blob/master/janssen2020/janssen2020_fig3.R

*really* sweet slide deck of elegant ggplots with code/links https://www.cedricscherer.com/slides/useR2021.pdf

dataset https://datadryad.org/stash/dataset/doi:10.5061/dryad.jt07145

several methods to make this kind of plot https://stackoverflow.com/questions/8545035/scatterplot-with-marginal-histograms-in-ggplot2