---
title: "家庭動態社會調查主樣本的生活滿意度分數"
output:
flexdashboard::flex_dashboard:
orientation: columns
source_code: embed
---
```{r}
load("psfddata.Rda")
load("psfdPlot.Rda")
```
Column {.tabset .tabset-fade}
-------------------------------------
### happy & life
```{r}
graph$happylife
```
### health & Shealth
```{r}
graph$health
```
### eco & work
```{r}
graph$work
```
### family & marry
```{r}
graph$family
```
Column {.tabset .tabset-fade}
-------------------------------------
### happy & life
```{r}
graph$happylife10
```
### health & Shealth
```{r}
graph$health10
```
### eco & work
```{r}
graph$work10
```
### family & marry
```{r}
graph$family10
```