Introduction


This is my first R-package, only for testing

Functions


  1. hello() : the basic function we first met when we start to learn programming.
  2. authname() & authtele() : call my name and contact adress.
  3. dotprod() : dot product for two vectors.
#Add something
1 + 2
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(trialfjg)


guyujia98/trialfjg documentation built on Feb. 17, 2020, 12:34 a.m.