Skip to content

Commit

Permalink
release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardojo committed Jan 17, 2024
1 parent 9041332 commit b0c9f8c
Show file tree
Hide file tree
Showing 30 changed files with 1,272 additions and 54 deletions.
16 changes: 15 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,28 @@ new.ggPlantmap <- XML.to.ggPlantmap("data/ggPm.sample.xml")
ggPlantmap.plot(new.ggPlantmap,ROI.name)
```


## Can my ggPlantmap be included in the package?

YES!!! Any Plant map can be included in the package.
Here are some [instructions](https://github.com/leonardojo/ggPlantmap/blob/main/contributetoggPlantmap.md) on how your newly created ggPlantmap can be included in the package.

If you create one, please email me (l.jo@uu.nl) your ggPlantmap as tab-delimited table and I'll make sure to include in the package. You will be credited and your information will be displayed in the summary file. I really hope this becomes an organic package with the contribution of the plant research community.


## Can my ggPlantmap be integrated into an ePlant EFP browser or any other graphical software?

YES!! You can convert your ggPlantmap table into an SVG file that can be used

<img src="man/figures/svg.png" align="center" width="800" />
```{r}
ggPlantmap.to.SVG(ggPm.At.3weekrosette.topview,
group.name = "ROI.name",
author = "ggPlantmap",
svg.name="ggPlantmap.svg")
## This will create an image file (.svg) that can be opened in an graphic software (Illustrator, Power-Point)
```


## Acknowledgements

I would like to acknowledge Kaisa Kajala, Lisa Oskam, Monica Garcia Gomez, Pierre Gautrat and Kyra van der Velde for testing ggPlantmap. I also would like to acknowledge Andres Romanowski for providing some data for the initial tests of ggPlantmap.
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,24 @@ will be credited and your information will be displayed in the summary
file. I really hope this becomes an organic package with the
contribution of the plant research community.

## Can my ggPlantmap be integrated into an ePlant EFP browser or any other graphical software?

YES!! You can convert your ggPlantmap table into an SVG file that can be
used

<img src="man/figures/svg.png" align="center" width="800" />

``` r
ggPlantmap.to.SVG(ggPm.At.3weekrosette.topview,
group.name = "ROI.name",
author = "ggPlantmap",
svg.name="ggPlantmap.svg")
## This will create an image file (.svg) that can be opened in an graphic software (Illustrator, Power-Point)
```

Note that the polygons will be grouped based on a column that you input
in the group.name argument. The default is “ROI.name”

## Acknowledgements

I would like to acknowledge Kaisa Kajala, Lisa Oskam, Monica Garcia
Expand Down
45 changes: 45 additions & 0 deletions ggPlantmap.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 0 additions & 41 deletions guides/contributetoggPlantmap2.Rmd

This file was deleted.

0 comments on commit b0c9f8c

Please sign in to comment.