Description Usage Arguments Value Examples
Conversion between run_ids and geo objects often contain NA/NULL values This removes NA-containing rows
1 | geoFilter2(palm.sra, wobble = FALSE, wradius = 0.005)
|
palm.sra |
data.frame, output df from get.sraGeo() |
wobble |
boolean, add a wobble to each point to prevent overplotting [FALSE] |
wradius |
numeric, maximum magnitude of wobble [0.005] |
modified palm.sra data.frame
1 2 3 4 5 6 7 8 | data("waxsys.palm.sra")
# waxsys.palm.sra
# -- 4159 rows
waxsys.geo.filtered <- geoFilter2(waxsys.palm.sra)
# -- 2300 rows
# 2300 / 4159 SRA-libraries have associated geospatial meta-data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.