tmp1

attempt to learn all features of quarto

Author

kirit ved

Published

June 5, 2024

Modified

June 12, 2024

learning begins

about me


click here on picture to visit my web site

picture of kirit ved

Age

Age Calculator

web site of kirit ved

visit my web site


set up R environment

 [1] "reticulate" "gt"         "lubridate"  "forcats"    "stringr"   
 [6] "dplyr"      "purrr"      "readr"      "tidyr"      "tibble"    
[11] "ggplot2"    "tidyverse"  "janitor"    "pacman"    
 [1] "reticulate" "gt"         "lubridate"  "forcats"    "stringr"   
 [6] "dplyr"      "purrr"      "readr"      "tidyr"      "tibble"    
[11] "ggplot2"    "tidyverse"  "janitor"    "pacman"    

ankur 1

ankur 2

ankur 3

ankur 4


enjoying

Image Carousel

loading dataset

sepal_length sepal_width petal_length petal_width species
5.1 3.5 1.4 0.2 setosa
4.9 3.0 1.4 0.2 setosa
4.7 3.2 1.3 0.2 setosa
4.6 3.1 1.5 0.2 setosa
5.0 3.6 1.4 0.2 setosa
5.4 3.9 1.7 0.4 setosa
sepal_length sepal_width petal_length petal_width species
6.7 3.3 5.7 2.5 virginica
6.7 3.0 5.2 2.3 virginica
6.3 2.5 5.0 1.9 virginica
6.5 3.0 5.2 2.0 virginica
6.2 3.4 5.4 2.3 virginica
5.9 3.0 5.1 1.8 virginica
'data.frame':   150 obs. of  5 variables:
 $ sepal_length: num  5.1 4.9 4.7 4.6 5 5.4 4.6 5 4.4 4.9 ...
 $ sepal_width : num  3.5 3 3.2 3.1 3.6 3.9 3.4 3.4 2.9 3.1 ...
 $ petal_length: num  1.4 1.4 1.3 1.5 1.4 1.7 1.4 1.5 1.4 1.5 ...
 $ petal_width : num  0.2 0.2 0.2 0.2 0.2 0.4 0.3 0.2 0.2 0.1 ...
 $ species     : Factor w/ 3 levels "setosa","versicolor",..: 1 1 1 1 1 1 1 1 1 1 ...
  sepal_length    sepal_width     petal_length    petal_width   
 Min.   :4.300   Min.   :2.000   Min.   :1.000   Min.   :0.100  
 1st Qu.:5.100   1st Qu.:2.800   1st Qu.:1.600   1st Qu.:0.300  
 Median :5.800   Median :3.000   Median :4.350   Median :1.300  
 Mean   :5.843   Mean   :3.057   Mean   :3.758   Mean   :1.199  
 3rd Qu.:6.400   3rd Qu.:3.300   3rd Qu.:5.100   3rd Qu.:1.800  
 Max.   :7.900   Max.   :4.400   Max.   :6.900   Max.   :2.500  
       species  
 setosa    :50  
 versicolor:50  
 virginica :50  
                
                
                

loading udf

plotting bar plot

Figure 1: count category wise

Figure 1

plotting pie chart

species n nper
setosa 50 33.33
versicolor 50 33.33
virginica 50 33.33

plotting line chart

plotting histogram with normal curve

plotting of box plot


check digit of a given number

[[1]]
[1] 30121952

[[2]]
[1] 5

math formula

\[ y=m1*x^2+m2*x+c \]


comments


example of call out

this is my call out message

definition list

1: this is 1

2:this is 2

python testing

12 18 216
60.0 11.0 61.0