diego-ellis-soto
commited on
Commit
·
841c94a
1
Parent(s):
f852ad6
Made a hexbin
Browse files- README.md +2 -1
- app.R +14 -6
- www/hexbin_RSF_logo.png +0 -0
README.md
CHANGED
@@ -14,7 +14,7 @@ This Shiny app provides decision support for the **Reimagining San Francisco Ini
|
|
14 |
- Calculates and overlays **NDVI** for vegetation analysis.
|
15 |
- Summarizes biodiversity records from **GBIF** and identifies species richness, greenspace, and socio-economic patterns.
|
16 |
|
17 |
-

|
18 |
|
19 |
---
|
20 |
|
|
|
65 |
|
66 |
---
|
67 |
|
68 |
+

|
app.R
CHANGED
@@ -56,12 +56,20 @@ ui <- dashboardPage(
|
|
56 |
# Loading message
|
57 |
div(id = "loading", style = "display:none; font-size: 20px; color: red;", "Calculating..."),
|
58 |
|
59 |
-
fluidRow(
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
# fluidRow(
|
67 |
# column(
|
|
|
56 |
# Loading message
|
57 |
div(id = "loading", style = "display:none; font-size: 20px; color: red;", "Calculating..."),
|
58 |
|
59 |
+
# fluidRow(
|
60 |
+
# column(
|
61 |
+
# width = 2,
|
62 |
+
# imageOutput("Combined_logos")
|
63 |
+
# )
|
64 |
+
# ),
|
65 |
+
|
66 |
+
# fluidPage(
|
67 |
+
# box(
|
68 |
+
# tags$img(height = 100, width = 100,src = "Combined_logos.png"),
|
69 |
+
# imageOutput('Combined_logos')
|
70 |
+
# )
|
71 |
+
# ),
|
72 |
+
|
73 |
|
74 |
# fluidRow(
|
75 |
# column(
|
www/hexbin_RSF_logo.png
ADDED
![]() |